Skip to content

Instantly share code, notes, and snippets.

@xangin
Last active March 21, 2025 06:13
Show Gist options
  • Save xangin/b556d11cc04389fd47230343876570fb to your computer and use it in GitHub Desktop.
Save xangin/b556d11cc04389fd47230343876570fb to your computer and use it in GitHub Desktop.
blueprint:
name: MHI active mode
description: 自動打開三菱重工冷氣的active mode開關,一台冷氣請建一個自動化唷!
domain: automation
input:
active_mode_switch:
name: Active mode switch
description: 請選擇冷氣模組的active mode開關實體
selector:
entity:
filter:
- domain: switch
triggers:
- trigger: state
entity_id: !input active_mode_switch
from:
- "unavailable"
- "off"
- trigger: state
entity_id: !input active_mode_switch
to:
- "off"
actions:
- action: switch.turn_on
target:
entity_id: !input active_mode_switch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment