diff --git a/atom.xml b/atom.xml index 67f95affc8..66ba0c74ab 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
The bloomsky
component allows you to access your BloomSky weather station’s sensors, binary sensors, and camera from Home Assistant.
Obtain your PI key from your BloomSky dashboard. Click developers
in the bottom left of the screen.
Obtain your API key from your BloomSky dashboard. Click developers
in the bottom left of the screen.
To integrate your BloomSky hub with Home Assistant, add the following section to your configuration.yaml
file:
Groups allow the user to combine multiple entities into one. A group can be promoted to a view by setting the view
option to yes
. This will make the group available as a new tab in the frontend.
Check the Set State page from the Developer Tools and browse the Current entities: listing for all available entities.
Check the Set State page from the Developer Tools and browse the Current entities: listing for all available entities.
By default, every group appears in the HOME tab. If you name a group default_view
it will REPLACE the contents of the HOME tab so you can customize it as you wish.
import homeassistant.remote as remote
-api = remote.API('127.1.0.1', 'password')
+api = remote.API('127.0.0.1', 'password')
print(remote.validate_api(api))
import homeassistant.remote as remote
-api = remote.API('127.1.0.1', 'password')
+api = remote.API('127.0.0.1', 'password')
hass = remote.HomeAssistant(api)
hass.start()
living_room = hass.states.get('group.living_room')
@@ -119,7 +119,7 @@
import homeassistant.remote as remote
-api = remote.API('127.1.0.1', 'password')
+api = remote.API('127.0.0.1', 'password')
print(remote.get_config(api))
@@ -131,7 +131,7 @@
import homeassistant.remote as remote
-api = remote.API('127.1.0.1', 'YOUR_PASSWORD')
+api = remote.API('127.0.0.1', 'YOUR_PASSWORD')
print('-- Available services:')
services = remote.get_services(api)
@@ -156,7 +156,7 @@
import homeassistant.remote as remote
-api = remote.API('127.1.0.1', 'YOUR_PASSWORD')
+api = remote.API('127.0.0.1', 'YOUR_PASSWORD')
office_temperature = remote.get_state(api, 'sensor.office_temperature')
print('{} is {} {}.'.format(office_temperature.attributes['friendly_name'],
office_temperature.state,
@@ -176,7 +176,7 @@
import homeassistant.remote as remote
-api = remote.API('127.1.0.1', 'YOUR_PASSWORD')
+api = remote.API('127.0.0.1', 'YOUR_PASSWORD')
switch_livingroom = remote.get_state(api, 'switch.livingroom_pin_2')
print('{} is {}.'.format(switch_livingroom.attributes['friendly_name'],
switch_livingroom.state
@@ -192,7 +192,7 @@
import homeassistant.remote as remote
from homeassistant.const import STATE_ON
-api = remote.API('127.1.0.1', 'YOUR_PASSWORD')
+api = remote.API('127.0.0.1', 'YOUR_PASSWORD')
remote.set_state(api, 'sensor.office_temperature', new_state=123)
remote.set_state(api, 'switch.livingroom_pin_2', new_state=STATE_ON)
@@ -207,7 +207,7 @@
import time
import homeassistant.remote as remote
-api = remote.API('127.1.0.1', 'YOUR_PASSWORD')
+api = remote.API('127.0.0.1', 'YOUR_PASSWORD')
domain = 'switch'
remote.call_service(api, domain, 'turn_on')
@@ -223,7 +223,7 @@
import time
import homeassistant.remote as remote
-api = remote.API('127.1.0.1', 'YOUR_PASSWORD')
+api = remote.API('127.0.0.1', 'YOUR_PASSWORD')
domain = 'switch'
switch_name = 'switch.livingroom_pin_2'
@@ -263,7 +263,7 @@ longer timeout.
import homeassistant.remote as remote
-api = remote.API('127.1.0.1', 'YOUR_PASSWORD')
+api = remote.API('127.0.0.1', 'YOUR_PASSWORD')
domain = 'notify'
data = {"title":"Test", "message":"A simple test message from HA."}
diff --git a/sitemap.xml b/sitemap.xml
index b30d1a1305..970b81beb8 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2014,62 +2014,62 @@
https://home-assistant.io/demo/frontend.html
-2016-09-26T06:32:57+00:00
+2016-09-26T06:37:57+00:00
https://home-assistant.io/demo/index.html
-2016-09-26T06:32:57+00:00
+2016-09-26T06:37:57+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2016-09-26T06:32:57+00:00
+2016-09-26T06:37:57+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2016-09-26T06:32:57+00:00
+2016-09-26T06:37:57+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2016-09-26T06:32:57+00:00
+2016-09-26T06:37:57+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2016-09-26T06:32:57+00:00
+2016-09-26T06:37:57+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2016-09-26T06:32:57+00:00
+2016-09-26T06:37:57+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2016-09-26T06:32:57+00:00
+2016-09-26T06:37:57+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2016-09-26T06:32:57+00:00
+2016-09-26T06:37:57+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2016-09-26T06:32:57+00:00
+2016-09-26T06:37:57+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2016-09-26T06:32:57+00:00
+2016-09-26T06:37:57+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2016-09-26T06:32:57+00:00
+2016-09-26T06:37:57+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2016-09-26T06:32:57+00:00
+2016-09-26T06:37:57+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2016-09-26T06:32:57+00:00
+2016-09-26T06:37:57+00:00
https://home-assistant.io/static/mdi-demo.html
-2016-09-26T06:32:57+00:00
+2016-09-26T06:37:57+00:00