diff --git a/config/configuration.yaml.example b/config/configuration.yaml.example index 4988668250..6c0d9f64a1 100644 --- a/config/configuration.yaml.example +++ b/config/configuration.yaml.example @@ -139,3 +139,12 @@ script: execute_service: light.turn_on service_data: entity_id: group.living_room + +scene: + - name: Romantic + entities: + light.tv_back_light: on + light.ceiling: + state: on + color: [0.33, 0.66] + brightness: 200 diff --git a/homeassistant/components/api.py b/homeassistant/components/api.py index a29b81e3cb..ebb632b95a 100644 --- a/homeassistant/components/api.py +++ b/homeassistant/components/api.py @@ -10,7 +10,7 @@ import threading import json import homeassistant as ha -from homeassistant.helpers import TrackStates +from homeassistant.helpers.state import TrackStates import homeassistant.remote as rem from homeassistant.const import ( URL_API, URL_API_STATES, URL_API_EVENTS, URL_API_SERVICES, URL_API_STREAM, diff --git a/homeassistant/components/frontend/version.py b/homeassistant/components/frontend/version.py index 993fd80c04..a4b93bdf19 100644 --- a/homeassistant/components/frontend/version.py +++ b/homeassistant/components/frontend/version.py @@ -1,2 +1,2 @@ """ DO NOT MODIFY. Auto-generated by build_frontend script """ -VERSION = "da527496648e2c85d7a5f8c261c18466" +VERSION = "1d8b14c387123a4b42fec6b8f9346675" diff --git a/homeassistant/components/frontend/www_static/frontend.html b/homeassistant/components/frontend/www_static/frontend.html index c8f20e327b..84b550ecff 100644 --- a/homeassistant/components/frontend/www_static/frontend.html +++ b/homeassistant/components/frontend/www_static/frontend.html @@ -1,12 +1,10 @@ -
It looks like we have nothing to show you right now. It could be that we have not yet discovered all your devices but it is more likely that you have not configured Home Assistant yet.
Please see the Getting Started section on how to setup your devices. -
Fire an event on the event bus. -
+
Call a service from a component. -
+
{{stateObj.attributes.description}}
{{stateObj.attributes.errors}}