Skip to content

Commit

Permalink
Covers, players and switches are also actionable
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuelzon committed May 24, 2024
1 parent 78db48f commit 0135f83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/com/shmuelzon/HomeAssistantFloorPlan/Controller.java
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,10 @@ private List<StateIcon> generateLightsStateIcons() {

private boolean isHomeAssistantEntityActionable(String name) {
String[] actionableEntityPrefixes = {
"cover.",
"fan.",
"media_player.",
"switch.",
};

for (String prefix : actionableEntityPrefixes ) {
Expand Down

0 comments on commit 0135f83

Please sign in to comment.