Skip to content

Instantly share code, notes, and snippets.

@nanosns
nanosns / 【1】OFFスイッチを追加する.md
Created April 29, 2025 14:15
[note]【Home Assistant】Nature Remoカスタムインテグレーションで照明を制御する

【1】OFFスイッチを追加する

項目 設定値
エンティティ 操作する家電のエンティティ名を選択
アイコン mdi:lightbulb-off
Icon color {{ 'primary' if state_attr('操作するエンティティID', 'mode') == 'off' else 'disabled' }}
Primary information OFF
Secondary information (なし)
Badge icon (なし)