* dev: (48 commits)
Update README.md
Fix some frontend bugs
Fix style issues
Move frontend specific js to webcomponents
Improve performance for history component
Fix JSON serialisation bug
Allow querying recorder for run info
Entity IDs are now always lowercase
Get State History support from Store
JS Stade model renamed entity_id to entityId
Ensure entity ids are always lower case
Period of history now returns a spanning result
Tweaks for the new drawer UI
Fixed Flake8 error
Added a drawer to the UI
Added suport for Tellstick light. Assume dimable switch is a light
Added suport for Tellstick light. Assume dimable switch is a light
Added suport for Tellstick light. Assume dimable switch is a light
Update to latest home-assistant-js
Frontend now build on top of home-assistant-js
...
* 'dev' of https://github.com/balloob/home-assistant:
Fixed pylint errors
fixed flake8 E302 expected 2 blank lines, found 1
Make sure that components isn't loaded multiple times
Refactered event listeners so that they can be part of a component instead of having to be stand alone components
* upstream/master: (104 commits)
Fire a time_changed event every second
Update example config with correct wink config
Wink API is weird. If you delete a device from their API, they dont delete it. They just "hide" it
Update the frontend with the new icon for sensor
Minor refactor of build_frontend script to support linux, and not just mac
Update script installs latest dependencies
Fix flaky device scanner test
Increased environment validation upon start
Fix group names for switch, light and devices
Disable pylint unused-argument check
Fix device scanner test
Better update schedules for cast and devicetracker
Tweaks to the configurator UI
Add tests, fix styling
Add initial version of configurator component
Fix tabs being selectable by clicking on header
Data binding fix: Update instead of replace states
New: State.last_updated represents creation date
Update sensor icon for now
Updates to resolve flake8 errors
...