Skip to content
Snippets Groups Projects
user avatar
Marcelo Moreira de Mello authored
* If no weather advisories were issued, state should return 0 instead Unknown

* Updated to keep on the same if statement

* Revert "Updated to keep on the same if statement"

This reverts commit 0e6a94aa0fa9b80dc60c7b222423fe71e1dda81b.
1f468fc9
History

Home Assistant Build Status Coverage Status Join the chat at https://gitter.im/home-assistant/home-assistant Join the dev chat at https://gitter.im/home-assistant/home-assistant/devs

Home Assistant is a home automation platform running on Python 3. The goal of Home Assistant is to be able to track and control all devices at home and offer a platform for automating control.

To get started:

python3 -m pip install homeassistant
hass --open-ui

Check out the website for a demo, installation instructions, tutorials and documentation.

screenshot-states

Examples of devices Home Assistant can interface with:

Build home automation on top of your devices:

The system is built using a modular approach so support for other devices or actions can be implemented easily. See also the section on architecture and the section on creating your own components.

If you run into issues while using Home Assistant or during development of a component, check the Home Assistant help section how to reach us.