All Projects → home-assistant-ecosystem → home-assistant-display

home-assistant-ecosystem / home-assistant-display

Licence: MIT license
A simple web page to show information from Home Assistant

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Home Assistant Display

Home Assistant ships its own very nice web frontend. This prototype shows an option to display values without the possibility of interacting with Home Assistant by the user.

Installation

It's assumed that your Home Assistant installation is ready before cloning this repository. Change to your local Home Assistant configuration folder .homeassistant and clone this repository.

$ git clone https://github.com/fabaff/home-assistant-display.git

In the folder www you will find an index.html file and two folders with the needed Javascript files and the CSS files.

Setup the MQTT Eventstream component. The used topic for publish_topic is home/states. If you change that then keep in mind to update the topic in the index.html file as well.

Launch your Home Assistant instance.

$ hass

Now the web site is available at http://[your_hass_host]:8123/local/index.html

Screenshot

screenshot

License

home-assistant-display is licensed under MIT, for more details check LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].