I am refactoring the code to have the cync devices show up as an actual HASS device instead of just a single entity.
quirks?
The reported MAC will be the Bluetooth MAC, because non Wi-Fi devices wireless MAC are set to 01:02:03:04:05:06, the BT MAC is also used as a unique identifier.
Naming is messed up from MQTT auto config: Front Door Bulb would be named Front Door Bulb Front Door Bulb as it breaks down into <device_name> <entity_name>
unique identifiers changing
This combined with the move to devices is the breaking change. All dashboards, automations, etc. will need to be updated.
<sensor|switch>.cync_lan_<device name> is changing to <sensor|switch>.cync_lan_<home id>_<device id>
I Won't release this just yet, I'll keep it in a separate branch, but be prepared.
Moving to a Device class
I am refactoring the code to have the cync devices show up as an actual HASS device instead of just a single entity.
quirks?
01:02:03:04:05:06
, the BT MAC is also used as a unique identifier.Naming is messed up from MQTT auto config:Front Door Bulb
would be namedFront Door Bulb Front Door Bulb
as it breaks down into<device_name> <entity_name>
unique identifiers changing
This combined with the move to devices is the breaking change. All dashboards, automations, etc. will need to be updated.
<sensor|switch>.cync_lan_<device name>
is changing to<sensor|switch>.cync_lan_<home id>_<device id>
I Won't release this just yet, I'll keep it in a separate branch, but be prepared.