Last active
March 21, 2025 06:13
-
-
Save xangin/b556d11cc04389fd47230343876570fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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