Replies: 2 comments
-
Hi, Weird that it would not show up in HACS, I'll verify and make sure it is still in their repo. As for setting the temperature in an automation, yes, you can use the Here is a sample automation: alias: Test
description: ""
trigger: []
condition: []
action:
- service: climate.set_temperature
data:
temperature: 21
target:
entity_id: climate.your_innova_entity_name
mode: single Of course, you would fill out your trigger and conditions sections according to your needs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I just found this doc, that shows more details about automating climate relating devices https://www.home-assistant.io/integrations/climate/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi great work. Didn't expect to get this into Home Assistant. BTW I had to install it manually, it didn't show up in HACS.
I have a question. Is it possible to set the temperature in an automation?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions