* Rewrite _currentDate to work in all time zones The method toISOString() returns a timestamp in UTC. Thus, midnight in the CET timezone (UTC+1) was converted into yesterday@2300 and then that date was used as the current date. This made the logbook and history start with yesterday's data, at least for locations east of UTC. The new version avoids this by using methods that work in local time. * Remove an embarrassing amount of lint * Rewrite to be more concise Proposed by @armills.
Home Assistant Polymer 
This is the repository for the official Home Assistant frontend. The frontend is built on top of the following technologies:
View demo of the Polymer frontend
More information about Home Assistant
Frontend development instructions
License
Home Assistant is open-source and Apache 2 licensed. Feel free to browse the repository, learn and reuse parts in your own projects.
Description
Languages
TypeScript
93.4%
JavaScript
6.5%
Shell
0.1%