-
|
Hi, I want to press a "helper"-button in HomeAssistant with a touch botton on the s3-box3. Unfortunately, so far, it hasn't worked with buttons for me, only with switches and lights. Here's my code for the relevant location on the touchscreen: and i try: both doesn´t work and i get the following warning in the ha logs: I double checked the entitie-id. The id is definitly correct. Thanks in andvance for support and best regards! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi then:
- homeassistant.service:
action: input_button.press
data:
entity_id: input_button.heizungsautomatisierung |
Beta Was this translation helpful? Give feedback.
Hi
the action you need, would be
input_button.pressthe following should work 👍