I got around to implementing the device_id()
feature released in 2021.8.0. This allows us to do the following exciting things now.
- Auto-detect which integration is likely in use Z-Wave JS, Z-Wave, OpenZWave (ozw)!
- Reliably extract the model name from the parent device of the light switch!
- Auto-determine which model type is being used!
No longer should you have to manually set the zwave_integration
variable or pass the model
type variable in the script call!
- inovelli_led.yaml source (copy and paste this)
- Highlighted code changes