Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.spaceapi Namespace Reference

Classes

class  APISpaceApiView
 

Functions

bool setup (HomeAssistant hass, ConfigType config)
 

Variables

string ATTR_ADDRESS = "address"
 
string ATTR_API = "api"
 
string ATTR_CACHE = "cache"
 
string ATTR_CAM = "cam"
 
string ATTR_CLOSED = "closed"
 
string ATTR_CONTACT = "contact"
 
string ATTR_FEEDS = "feeds"
 
string ATTR_ISSUE_REPORT_CHANNELS = "issue_report_channels"
 
string ATTR_LASTCHANGE = "lastchange"
 
string ATTR_LAT = "lat"
 
string ATTR_LOGO = "logo"
 
string ATTR_LON = "lon"
 
string ATTR_OPEN = "open"
 
string ATTR_PROJECTS = "projects"
 
string ATTR_RADIO_SHOW = "radio_show"
 
string ATTR_SENSOR_LOCATION = "location"
 
string ATTR_SENSORS = "sensors"
 
string ATTR_SPACE = "space"
 
string ATTR_SPACEFED = "spacefed"
 
string ATTR_STREAM = "stream"
 
string ATTR_UNIT = "unit"
 
string ATTR_URL = "url"
 
string ATTR_VALUE = "value"
 
 CACHE_SCHEMA
 
string CONF_CACHE = "cache"
 
string CONF_CACHE_SCHEDULE = "schedule"
 
string CONF_CAM = "cam"
 
string CONF_CONTACT = "contact"
 
string CONF_FACEBOOK = "facebook"
 
string CONF_FEED_BLOG = "blog"
 
string CONF_FEED_CALENDAR = "calendar"
 
string CONF_FEED_FLICKER = "flicker"
 
string CONF_FEED_TYPE = "type"
 
string CONF_FEED_URL = "url"
 
string CONF_FEED_WIKI = "wiki"
 
string CONF_FEEDS = "feeds"
 
string CONF_FOURSQUARE = "foursquare"
 
string CONF_HUMIDITY = "humidity"
 
string CONF_ICON_CLOSED = "icon_closed"
 
string CONF_ICON_OPEN = "icon_open"
 
string CONF_ICONS = "icons"
 
string CONF_IDENTICA = "identica"
 
string CONF_IRC = "irc"
 
string CONF_ISSUE_MAIL = "issue_mail"
 
string CONF_ISSUE_REPORT_CHANNELS = "issue_report_channels"
 
string CONF_JABBER = "jabber"
 
string CONF_KEYMASTER_EMAIL = "email"
 
string CONF_KEYMASTER_IRC_NICK = "irc_nick"
 
string CONF_KEYMASTER_NAME = "name"
 
string CONF_KEYMASTER_PHONE = "phone"
 
string CONF_KEYMASTER_TWITTER = "twitter"
 
string CONF_KEYMASTERS = "keymasters"
 
string CONF_LOGO = "logo"
 
string CONF_M4 = "m4"
 
string CONF_MJPEG = "mjpeg"
 
string CONF_ML = "ml"
 
string CONF_PHONE = "phone"
 
string CONF_PROJECTS = "projects"
 
string CONF_RADIO_SHOW = "radio_show"
 
string CONF_RADIO_SHOW_END = "end"
 
string CONF_RADIO_SHOW_NAME = "name"
 
string CONF_RADIO_SHOW_START = "start"
 
string CONF_RADIO_SHOW_TYPE = "type"
 
string CONF_RADIO_SHOW_URL = "url"
 
string CONF_SIP = "sip"
 
string CONF_SPACE = "space"
 
string CONF_SPACEFED = "spacefed"
 
string CONF_SPACENET = "spacenet"
 
string CONF_SPACEPHONE = "spacephone"
 
string CONF_SPACESAML = "spacesaml"
 
string CONF_STREAM = "stream"
 
string CONF_TEMPERATURE = "temperature"
 
string CONF_TWITTER = "twitter"
 
string CONF_USTREAM = "ustream"
 
 CONFIG_SCHEMA
 
 CONTACT_SCHEMA
 
string DATA_SPACEAPI = "data_spaceapi"
 
string DOMAIN = "spaceapi"
 
 FEED_SCHEMA
 
 FEEDS_SCHEMA
 
list ISSUE_REPORT_CHANNELS = [CONF_EMAIL, CONF_ISSUE_MAIL, CONF_ML, CONF_TWITTER]
 
 KEYMASTER_SCHEMA
 
 LOCATION_SCHEMA = vol.Schema({vol.Optional(CONF_ADDRESS): cv.string})
 
 RADIO_SHOW_SCHEMA
 
 SENSOR_SCHEMA
 
list SENSOR_TYPES = [CONF_HUMIDITY, CONF_TEMPERATURE]
 
string SPACEAPI_VERSION = "0.13"
 
 SPACEFED_SCHEMA
 
 STATE_SCHEMA
 
 STREAM_SCHEMA
 
string URL_API_SPACEAPI = "/api/spaceapi"
 

Detailed Description

Support for the SpaceAPI.

Function Documentation

◆ setup()

bool homeassistant.components.spaceapi.setup ( HomeAssistant  hass,
ConfigType  config 
)
Register the SpaceAPI with the HTTP interface.

Definition at line 238 of file __init__.py.

Variable Documentation

◆ ATTR_ADDRESS

string homeassistant.components.spaceapi.ATTR_ADDRESS = "address"

Definition at line 29 of file __init__.py.

◆ ATTR_API

string homeassistant.components.spaceapi.ATTR_API = "api"

Definition at line 39 of file __init__.py.

◆ ATTR_CACHE

string homeassistant.components.spaceapi.ATTR_CACHE = "cache"

Definition at line 34 of file __init__.py.

◆ ATTR_CAM

string homeassistant.components.spaceapi.ATTR_CAM = "cam"

Definition at line 31 of file __init__.py.

◆ ATTR_CLOSED

string homeassistant.components.spaceapi.ATTR_CLOSED = "closed"

Definition at line 40 of file __init__.py.

◆ ATTR_CONTACT

string homeassistant.components.spaceapi.ATTR_CONTACT = "contact"

Definition at line 41 of file __init__.py.

◆ ATTR_FEEDS

string homeassistant.components.spaceapi.ATTR_FEEDS = "feeds"

Definition at line 33 of file __init__.py.

◆ ATTR_ISSUE_REPORT_CHANNELS

string homeassistant.components.spaceapi.ATTR_ISSUE_REPORT_CHANNELS = "issue_report_channels"

Definition at line 42 of file __init__.py.

◆ ATTR_LASTCHANGE

string homeassistant.components.spaceapi.ATTR_LASTCHANGE = "lastchange"

Definition at line 43 of file __init__.py.

◆ ATTR_LAT

string homeassistant.components.spaceapi.ATTR_LAT = "lat"

Definition at line 37 of file __init__.py.

◆ ATTR_LOGO

string homeassistant.components.spaceapi.ATTR_LOGO = "logo"

Definition at line 44 of file __init__.py.

◆ ATTR_LON

string homeassistant.components.spaceapi.ATTR_LON = "lon"

Definition at line 38 of file __init__.py.

◆ ATTR_OPEN

string homeassistant.components.spaceapi.ATTR_OPEN = "open"

Definition at line 45 of file __init__.py.

◆ ATTR_PROJECTS

string homeassistant.components.spaceapi.ATTR_PROJECTS = "projects"

Definition at line 35 of file __init__.py.

◆ ATTR_RADIO_SHOW

string homeassistant.components.spaceapi.ATTR_RADIO_SHOW = "radio_show"

Definition at line 36 of file __init__.py.

◆ ATTR_SENSOR_LOCATION

string homeassistant.components.spaceapi.ATTR_SENSOR_LOCATION = "location"

Definition at line 51 of file __init__.py.

◆ ATTR_SENSORS

string homeassistant.components.spaceapi.ATTR_SENSORS = "sensors"

Definition at line 46 of file __init__.py.

◆ ATTR_SPACE

string homeassistant.components.spaceapi.ATTR_SPACE = "space"

Definition at line 47 of file __init__.py.

◆ ATTR_SPACEFED

string homeassistant.components.spaceapi.ATTR_SPACEFED = "spacefed"

Definition at line 30 of file __init__.py.

◆ ATTR_STREAM

string homeassistant.components.spaceapi.ATTR_STREAM = "stream"

Definition at line 32 of file __init__.py.

◆ ATTR_UNIT

string homeassistant.components.spaceapi.ATTR_UNIT = "unit"

Definition at line 48 of file __init__.py.

◆ ATTR_URL

string homeassistant.components.spaceapi.ATTR_URL = "url"

Definition at line 49 of file __init__.py.

◆ ATTR_VALUE

string homeassistant.components.spaceapi.ATTR_VALUE = "value"

Definition at line 50 of file __init__.py.

◆ CACHE_SCHEMA

homeassistant.components.spaceapi.CACHE_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  vol.Required(CONF_CACHE_SCHEDULE): cv.matches_regex(
4  r"(m.02|m.05|m.10|m.15|m.30|h.01|h.02|h.04|h.08|h.12|d.01)"
5  )
6  }
7 )

Definition at line 145 of file __init__.py.

◆ CONF_CACHE

string homeassistant.components.spaceapi.CONF_CACHE = "cache"

Definition at line 76 of file __init__.py.

◆ CONF_CACHE_SCHEDULE

string homeassistant.components.spaceapi.CONF_CACHE_SCHEDULE = "schedule"

Definition at line 77 of file __init__.py.

◆ CONF_CAM

string homeassistant.components.spaceapi.CONF_CAM = "cam"

Definition at line 64 of file __init__.py.

◆ CONF_CONTACT

string homeassistant.components.spaceapi.CONF_CONTACT = "contact"

Definition at line 53 of file __init__.py.

◆ CONF_FACEBOOK

string homeassistant.components.spaceapi.CONF_FACEBOOK = "facebook"

Definition at line 95 of file __init__.py.

◆ CONF_FEED_BLOG

string homeassistant.components.spaceapi.CONF_FEED_BLOG = "blog"

Definition at line 70 of file __init__.py.

◆ CONF_FEED_CALENDAR

string homeassistant.components.spaceapi.CONF_FEED_CALENDAR = "calendar"

Definition at line 72 of file __init__.py.

◆ CONF_FEED_FLICKER

string homeassistant.components.spaceapi.CONF_FEED_FLICKER = "flicker"

Definition at line 73 of file __init__.py.

◆ CONF_FEED_TYPE

string homeassistant.components.spaceapi.CONF_FEED_TYPE = "type"

Definition at line 74 of file __init__.py.

◆ CONF_FEED_URL

string homeassistant.components.spaceapi.CONF_FEED_URL = "url"

Definition at line 75 of file __init__.py.

◆ CONF_FEED_WIKI

string homeassistant.components.spaceapi.CONF_FEED_WIKI = "wiki"

Definition at line 71 of file __init__.py.

◆ CONF_FEEDS

string homeassistant.components.spaceapi.CONF_FEEDS = "feeds"

Definition at line 69 of file __init__.py.

◆ CONF_FOURSQUARE

string homeassistant.components.spaceapi.CONF_FOURSQUARE = "foursquare"

Definition at line 97 of file __init__.py.

◆ CONF_HUMIDITY

string homeassistant.components.spaceapi.CONF_HUMIDITY = "humidity"

Definition at line 54 of file __init__.py.

◆ CONF_ICON_CLOSED

string homeassistant.components.spaceapi.CONF_ICON_CLOSED = "icon_closed"

Definition at line 55 of file __init__.py.

◆ CONF_ICON_OPEN

string homeassistant.components.spaceapi.CONF_ICON_OPEN = "icon_open"

Definition at line 56 of file __init__.py.

◆ CONF_ICONS

string homeassistant.components.spaceapi.CONF_ICONS = "icons"

Definition at line 57 of file __init__.py.

◆ CONF_IDENTICA

string homeassistant.components.spaceapi.CONF_IDENTICA = "identica"

Definition at line 96 of file __init__.py.

◆ CONF_IRC

string homeassistant.components.spaceapi.CONF_IRC = "irc"

Definition at line 58 of file __init__.py.

◆ CONF_ISSUE_MAIL

string homeassistant.components.spaceapi.CONF_ISSUE_MAIL = "issue_mail"

Definition at line 100 of file __init__.py.

◆ CONF_ISSUE_REPORT_CHANNELS

string homeassistant.components.spaceapi.CONF_ISSUE_REPORT_CHANNELS = "issue_report_channels"

Definition at line 59 of file __init__.py.

◆ CONF_JABBER

string homeassistant.components.spaceapi.CONF_JABBER = "jabber"

Definition at line 99 of file __init__.py.

◆ CONF_KEYMASTER_EMAIL

string homeassistant.components.spaceapi.CONF_KEYMASTER_EMAIL = "email"

Definition at line 92 of file __init__.py.

◆ CONF_KEYMASTER_IRC_NICK

string homeassistant.components.spaceapi.CONF_KEYMASTER_IRC_NICK = "irc_nick"

Definition at line 90 of file __init__.py.

◆ CONF_KEYMASTER_NAME

string homeassistant.components.spaceapi.CONF_KEYMASTER_NAME = "name"

Definition at line 89 of file __init__.py.

◆ CONF_KEYMASTER_PHONE

string homeassistant.components.spaceapi.CONF_KEYMASTER_PHONE = "phone"

Definition at line 91 of file __init__.py.

◆ CONF_KEYMASTER_TWITTER

string homeassistant.components.spaceapi.CONF_KEYMASTER_TWITTER = "twitter"

Definition at line 93 of file __init__.py.

◆ CONF_KEYMASTERS

string homeassistant.components.spaceapi.CONF_KEYMASTERS = "keymasters"

Definition at line 88 of file __init__.py.

◆ CONF_LOGO

string homeassistant.components.spaceapi.CONF_LOGO = "logo"

Definition at line 85 of file __init__.py.

◆ CONF_M4

string homeassistant.components.spaceapi.CONF_M4 = "m4"

Definition at line 66 of file __init__.py.

◆ CONF_MJPEG

string homeassistant.components.spaceapi.CONF_MJPEG = "mjpeg"

Definition at line 67 of file __init__.py.

◆ CONF_ML

string homeassistant.components.spaceapi.CONF_ML = "ml"

Definition at line 98 of file __init__.py.

◆ CONF_PHONE

string homeassistant.components.spaceapi.CONF_PHONE = "phone"

Definition at line 86 of file __init__.py.

◆ CONF_PROJECTS

string homeassistant.components.spaceapi.CONF_PROJECTS = "projects"

Definition at line 78 of file __init__.py.

◆ CONF_RADIO_SHOW

string homeassistant.components.spaceapi.CONF_RADIO_SHOW = "radio_show"

Definition at line 79 of file __init__.py.

◆ CONF_RADIO_SHOW_END

string homeassistant.components.spaceapi.CONF_RADIO_SHOW_END = "end"

Definition at line 84 of file __init__.py.

◆ CONF_RADIO_SHOW_NAME

string homeassistant.components.spaceapi.CONF_RADIO_SHOW_NAME = "name"

Definition at line 80 of file __init__.py.

◆ CONF_RADIO_SHOW_START

string homeassistant.components.spaceapi.CONF_RADIO_SHOW_START = "start"

Definition at line 83 of file __init__.py.

◆ CONF_RADIO_SHOW_TYPE

string homeassistant.components.spaceapi.CONF_RADIO_SHOW_TYPE = "type"

Definition at line 82 of file __init__.py.

◆ CONF_RADIO_SHOW_URL

string homeassistant.components.spaceapi.CONF_RADIO_SHOW_URL = "url"

Definition at line 81 of file __init__.py.

◆ CONF_SIP

string homeassistant.components.spaceapi.CONF_SIP = "sip"

Definition at line 87 of file __init__.py.

◆ CONF_SPACE

string homeassistant.components.spaceapi.CONF_SPACE = "space"

Definition at line 101 of file __init__.py.

◆ CONF_SPACEFED

string homeassistant.components.spaceapi.CONF_SPACEFED = "spacefed"

Definition at line 60 of file __init__.py.

◆ CONF_SPACENET

string homeassistant.components.spaceapi.CONF_SPACENET = "spacenet"

Definition at line 61 of file __init__.py.

◆ CONF_SPACEPHONE

string homeassistant.components.spaceapi.CONF_SPACEPHONE = "spacephone"

Definition at line 63 of file __init__.py.

◆ CONF_SPACESAML

string homeassistant.components.spaceapi.CONF_SPACESAML = "spacesaml"

Definition at line 62 of file __init__.py.

◆ CONF_STREAM

string homeassistant.components.spaceapi.CONF_STREAM = "stream"

Definition at line 65 of file __init__.py.

◆ CONF_TEMPERATURE

string homeassistant.components.spaceapi.CONF_TEMPERATURE = "temperature"

Definition at line 102 of file __init__.py.

◆ CONF_TWITTER

string homeassistant.components.spaceapi.CONF_TWITTER = "twitter"

Definition at line 94 of file __init__.py.

◆ CONF_USTREAM

string homeassistant.components.spaceapi.CONF_USTREAM = "ustream"

Definition at line 68 of file __init__.py.

◆ CONFIG_SCHEMA

homeassistant.components.spaceapi.CONFIG_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  DOMAIN: vol.Schema(
4  {
5  vol.Required(CONF_CONTACT): CONTACT_SCHEMA,
6  vol.Required(CONF_ISSUE_REPORT_CHANNELS): vol.All(
7  cv.ensure_list, [vol.In(ISSUE_REPORT_CHANNELS)]
8  ),
9  vol.Optional(CONF_LOCATION): LOCATION_SCHEMA,
10  vol.Required(CONF_LOGO): cv.url,
11  vol.Required(CONF_SPACE): cv.string,
12  vol.Required(CONF_STATE): STATE_SCHEMA,
13  vol.Required(CONF_URL): cv.string,
14  vol.Optional(CONF_SENSORS): SENSOR_SCHEMA,
15  vol.Optional(CONF_SPACEFED): SPACEFED_SCHEMA,
16  vol.Optional(CONF_CAM): vol.All(
17  cv.ensure_list, [cv.url], vol.Length(min=1)
18  ),
19  vol.Optional(CONF_STREAM): STREAM_SCHEMA,
20  vol.Optional(CONF_FEEDS): FEEDS_SCHEMA,
21  vol.Optional(CONF_CACHE): CACHE_SCHEMA,
22  vol.Optional(CONF_PROJECTS): vol.All(cv.ensure_list, [cv.url]),
23  vol.Optional(CONF_RADIO_SHOW): vol.All(
24  cv.ensure_list, [RADIO_SHOW_SCHEMA]
25  ),
26  }
27  )
28  },
29  extra=vol.ALLOW_EXTRA,
30 )

Definition at line 206 of file __init__.py.

◆ CONTACT_SCHEMA

homeassistant.components.spaceapi.CONTACT_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  vol.Optional(CONF_EMAIL): cv.string,
4  vol.Optional(CONF_IRC): cv.string,
5  vol.Optional(CONF_ML): cv.string,
6  vol.Optional(CONF_PHONE): cv.string,
7  vol.Optional(CONF_TWITTER): cv.string,
8  vol.Optional(CONF_SIP): cv.string,
9  vol.Optional(CONF_FACEBOOK): cv.string,
10  vol.Optional(CONF_IDENTICA): cv.string,
11  vol.Optional(CONF_FOURSQUARE): cv.string,
12  vol.Optional(CONF_JABBER): cv.string,
13  vol.Optional(CONF_ISSUE_MAIL): cv.string,
14  vol.Optional(CONF_KEYMASTERS): vol.All(
15  cv.ensure_list, [KEYMASTER_SCHEMA], vol.Length(min=1)
16  ),
17  },
18  required=False,
19 )

Definition at line 173 of file __init__.py.

◆ DATA_SPACEAPI

string homeassistant.components.spaceapi.DATA_SPACEAPI = "data_spaceapi"

Definition at line 104 of file __init__.py.

◆ DOMAIN

string homeassistant.components.spaceapi.DOMAIN = "spaceapi"

Definition at line 105 of file __init__.py.

◆ FEED_SCHEMA

homeassistant.components.spaceapi.FEED_SCHEMA
Initial value:
1 = vol.Schema(
2  {vol.Optional(CONF_FEED_TYPE): cv.string, vol.Required(CONF_FEED_URL): cv.url}
3 )

Definition at line 132 of file __init__.py.

◆ FEEDS_SCHEMA

homeassistant.components.spaceapi.FEEDS_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  vol.Optional(CONF_FEED_BLOG): FEED_SCHEMA,
4  vol.Optional(CONF_FEED_WIKI): FEED_SCHEMA,
5  vol.Optional(CONF_FEED_CALENDAR): FEED_SCHEMA,
6  vol.Optional(CONF_FEED_FLICKER): FEED_SCHEMA,
7  }
8 )

Definition at line 136 of file __init__.py.

◆ ISSUE_REPORT_CHANNELS

list homeassistant.components.spaceapi.ISSUE_REPORT_CHANNELS = [CONF_EMAIL, CONF_ISSUE_MAIL, CONF_ML, CONF_TWITTER]

Definition at line 107 of file __init__.py.

◆ KEYMASTER_SCHEMA

homeassistant.components.spaceapi.KEYMASTER_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  vol.Optional(CONF_KEYMASTER_NAME): cv.string,
4  vol.Optional(CONF_KEYMASTER_IRC_NICK): cv.string,
5  vol.Optional(CONF_KEYMASTER_PHONE): cv.string,
6  vol.Optional(CONF_KEYMASTER_EMAIL): cv.string,
7  vol.Optional(CONF_KEYMASTER_TWITTER): cv.string,
8  }
9 )

Definition at line 163 of file __init__.py.

◆ LOCATION_SCHEMA

homeassistant.components.spaceapi.LOCATION_SCHEMA = vol.Schema({vol.Optional(CONF_ADDRESS): cv.string})

Definition at line 114 of file __init__.py.

◆ RADIO_SHOW_SCHEMA

homeassistant.components.spaceapi.RADIO_SHOW_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  vol.Required(CONF_RADIO_SHOW_NAME): cv.string,
4  vol.Required(CONF_RADIO_SHOW_URL): cv.url,
5  vol.Required(CONF_RADIO_SHOW_TYPE): cv.matches_regex(r"(mp3|ogg)"),
6  vol.Required(CONF_RADIO_SHOW_START): cv.string,
7  vol.Required(CONF_RADIO_SHOW_END): cv.string,
8  }
9 )

Definition at line 153 of file __init__.py.

◆ SENSOR_SCHEMA

homeassistant.components.spaceapi.SENSOR_SCHEMA
Initial value:
1 = vol.Schema(
2  {vol.In(SENSOR_TYPES): [cv.entity_id], cv.string: [cv.entity_id]}
3 )

Definition at line 202 of file __init__.py.

◆ SENSOR_TYPES

list homeassistant.components.spaceapi.SENSOR_TYPES = [CONF_HUMIDITY, CONF_TEMPERATURE]

Definition at line 109 of file __init__.py.

◆ SPACEAPI_VERSION

string homeassistant.components.spaceapi.SPACEAPI_VERSION = "0.13"

Definition at line 110 of file __init__.py.

◆ SPACEFED_SCHEMA

homeassistant.components.spaceapi.SPACEFED_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  vol.Optional(CONF_SPACENET): cv.boolean,
4  vol.Optional(CONF_SPACESAML): cv.boolean,
5  vol.Optional(CONF_SPACEPHONE): cv.boolean,
6  }
7 )

Definition at line 116 of file __init__.py.

◆ STATE_SCHEMA

homeassistant.components.spaceapi.STATE_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  vol.Required(CONF_ENTITY_ID): cv.entity_id,
4  vol.Inclusive(CONF_ICON_CLOSED, CONF_ICONS): cv.url,
5  vol.Inclusive(CONF_ICON_OPEN, CONF_ICONS): cv.url,
6  },
7  required=False,
8 )

Definition at line 193 of file __init__.py.

◆ STREAM_SCHEMA

homeassistant.components.spaceapi.STREAM_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  vol.Optional(CONF_M4): cv.url,
4  vol.Optional(CONF_MJPEG): cv.url,
5  vol.Optional(CONF_USTREAM): cv.url,
6  }
7 )

Definition at line 124 of file __init__.py.

◆ URL_API_SPACEAPI

string homeassistant.components.spaceapi.URL_API_SPACEAPI = "/api/spaceapi"

Definition at line 112 of file __init__.py.