Skip to content

Commit

Permalink
Merge pull request #5 from home-assistant/synesthesiam-20241120-revis…
Browse files Browse the repository at this point in the history
…e-usable

Only require turn on/off intents
  • Loading branch information
synesthesiam authored Nov 20, 2024
2 parents a373213 + 21d2e86 commit 0638712
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions script/merged_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,7 @@
ROOT = Path(__file__).parent.parent
INTENTS_DIR = ROOT / "intents"

IMPORTANT_INTENTS = {
"HassTurnOn",
"HassTurnOff",
"HassNevermind",
"HassLightSet",
"HassClimateGetTemperature",
"HassListAddItem",
"HassStartTimer",
"HassCancelTimer",
"HassTimerStatus",
}
IMPORTANT_INTENTS = {"HassTurnOn", "HassTurnOff"}


def merge_dict(base_dict, new_dict):
Expand Down

0 comments on commit 0638712

Please sign in to comment.