We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
If you need to add 2 Salus: configuration.yml
climate: - platform: salusfy username: !secret salus_username password: !secret salus_password id: "1234567890" - platform: salusfy_2 username: !secret salus_username password: !secret salus_password id: "0987654321"
copy directory salusfy from custom_components to salysfy_2
Modify line DOMAIN = "salusfy" with DOMAIN = "salusfy_2" from climate.py
If you have latest version from
https://github.com/rovingclimber/salusfy
you need to add DOMAIN line between:
SUPPORT_FLAGS = ClimateEntityFeature.TARGET_TEMPERATURE DOMAIN = "salusfy_2" PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend(
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
If you need to add 2 Salus:
configuration.yml
copy directory salusfy from custom_components to salysfy_2
Modify line DOMAIN = "salusfy" with DOMAIN = "salusfy_2" from climate.py
If you have latest version from
https://github.com/rovingclimber/salusfy
you need to add DOMAIN line between:
The text was updated successfully, but these errors were encountered: