paulbusse
paulbusse
### What happened? 1. When adding an Xiaomi SSM-U02, a number entities are being created. For Home Assistant, there are 2 entities creates for `switch_type` ``` homeassistant/sensor/0x54...ca/switch_type/config homeassistant/select/0x54...ca/switch_type/config ``` Both...
Running the following program ```python from python_hosts import Hosts, HostsEntry host = HostsEntry( entry_type='ipv4', address='10.10.10.10', names=['samsung', 'samsung.local'], ) entries = [] entries.append(host) entries.append(host) hosts = Hosts('testhosts') hosts.add(entries, force=True) hosts.write() ```...
VS Code complains about this piece of YAML ```YAML id: a2352422dd634878a54720e85d533b42 alias: turning on sitting room ligths trigger: - trigger: state entity_id: - light.lichten_salon from: 'off' to: 'on' action: -...