An entities name should be explicitly set to None when adopting the device name. Fixes this warning:
WARNING (MainThread) [homeassistant.helpers.entity] Entity None (<class 'custom_components.daikinone.climate.DaikinOneThermostat'>) is implicitly using device name by not setting its name. Instead, the name should be set to None, please report it to the custom integration author.
An entities name should be explicitly set to
None
when adopting the device name. Fixes this warning: