Skip to content

Commit

Permalink
Support for more second-level identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-athome committed Feb 18, 2025
1 parent 3a429a1 commit 51cf5e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/kotlin/it/casaricci/hass/plugin/definitions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ val SECOND_LEVEL_KEY_IDENTIFIER_DOMAINS = hashSetOf(
// TODO groups can also be defined via "platform: group" notation
"group",
"shell_command",
"rest_command",
"timer",
)

// TODO val SECOND_LEVEL_ATTRIBUTE_IDENTIFIER_DOMAINS = ...
Expand Down

0 comments on commit 51cf5e1

Please sign in to comment.