Please ⭐ this repo if you find it useful
#Saures custom component for Home Assistant
- Open the directory for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory there, you need to create it. - In the
custom_components
directory (folder) create a new folder calledsaures
. - Download files from this repository.
- Place the files you downloaded in the new directory
saures
you created. - Restart Home Assistant
# Example configuration.yaml entry
saures:
username: demo@saures.ru
password: demo
name:
(string) (Optional)
Name to use in the frontend.
Default value: Saures
username:
(string) (Required)
User name (Saures server).
password:
(string) (Required)
Password name (Saures server).
* * *
Saures server responds very slowly. Therefore, you will most likely see Home Assistant warnings that setup and updates of platform are taking more then 10 secods. This is my first attempt at programming and I cannot guarantee stable operation.