Skip to content

Commit

Permalink
Add supported entities
Browse files Browse the repository at this point in the history
  • Loading branch information
JackJPowell committed Jan 10, 2025
1 parent 07fa823 commit b6ac776
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion custom_components/unfoldedcircle/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,18 @@
LEARN_IR_COMMAND_SERVICE = "learn_ir_command"
SEND_IR_COMMAND_SERVICE = "send_ir_command"
HA_SUPPORTED_DOMAINS = [
"binary_sensor",
"button",
"switch",
"climate",
"cover",
"input_boolean",
"input_button",
"light",
"media_player",
"remote",
"script",
"sensor",
"switch",
]
UC_HA_TOKEN_ID = "ws-ha-api"

Expand Down

0 comments on commit b6ac776

Please sign in to comment.