Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion custom_components/jev/interpret.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ def build_questions(
{
"entity": "One particular device is named",
"area": "A room or area is named, covering what is in it",
"everything": "The whole house, with no room or device named",
"everything": "Every device, or every device of one kind such as "
"all the lights, with no room or device named",
NONE: "No target is named at all",
},
),
Expand Down
Loading