core/homeassistant/components/shelly
Maciej Bieniek c526d23686
Change naming of Shelly entities to correspond with HA guidelines (#97533)
* Do not use the device name to create the entity name

* Remove unnecessary return

* Fix mypy complains

* Gen1

* Uncapitalize description.name if channel name is used

* Fix for climate and button

* switch_3 -> switch 3

* Add _attr_has_entity_name to ShellyRestAttributeEntity

* Capitalize channel name
2023-08-19 11:13:22 +02:00
..
bluetooth
__init__.py
binary_sensor.py
button.py Change naming of Shelly entities to correspond with HA guidelines (#97533) 2023-08-19 11:13:22 +02:00
climate.py Change naming of Shelly entities to correspond with HA guidelines (#97533) 2023-08-19 11:13:22 +02:00
config_flow.py
const.py
coordinator.py
cover.py
device_trigger.py
diagnostics.py
entity.py Change naming of Shelly entities to correspond with HA guidelines (#97533) 2023-08-19 11:13:22 +02:00
light.py
logbook.py Change naming of Shelly entities to correspond with HA guidelines (#97533) 2023-08-19 11:13:22 +02:00
manifest.json
number.py
sensor.py Fix the availability condition for Shelly N current sensor (#98518) 2023-08-18 10:49:43 +02:00
strings.json
switch.py
update.py
utils.py Change naming of Shelly entities to correspond with HA guidelines (#97533) 2023-08-19 11:13:22 +02:00