1
mirror of https://github.com/home-assistant/core synced 2024-09-09 12:51:22 +02:00
ha-core/homeassistant/components/mqtt/vacuum
Kristian Heljas 9e487eb260
Hoist mqtt name property and add icon support to MqttEntity (#47165)
* hoist common MqttEntity properties

* remove default name for MqttEntity

Default naming is sensible enough

* disable overriding common MqttEntity schema

* merge common MqttEntity schemas into MQTT_ENTITY_COMMON_SCHEMA
2021-03-11 13:42:13 +01:00
..
__init__.py Cleanup unused loggers (#46510) 2021-02-14 13:46:58 +01:00
schema_legacy.py Hoist mqtt name property and add icon support to MqttEntity (#47165) 2021-03-11 13:42:13 +01:00
schema_state.py Hoist mqtt name property and add icon support to MqttEntity (#47165) 2021-03-11 13:42:13 +01:00
schema.py