core/homeassistant/components/minecraft_server
elmurato 1f3b3b1be3
Add sensor entity descriptions in Minecraft Server (#99971)
* Add sensor entity descriptions

* Fix review findings

* Fix type of value function to avoid inline lambda if conditions and add attribute function to avoid extra sensor entity class

* Correct name of binary sensor base entity

* Simplify adding of entities in platforms

* Do not use keyword arguments while adding entities
2023-09-10 10:20:26 +02:00
..
__init__.py Fix late review findings in Minecraft Server (#99865) 2023-09-09 22:32:13 +02:00
binary_sensor.py Add sensor entity descriptions in Minecraft Server (#99971) 2023-09-10 10:20:26 +02:00
config_flow.py Use config entry ID as unique ID and remove dependency to getmac in Minecraft Server (#97837) 2023-09-07 12:22:46 +02:00
const.py Use config entry ID as unique ID and remove dependency to getmac in Minecraft Server (#97837) 2023-09-07 12:22:46 +02:00
entity.py Add sensor entity descriptions in Minecraft Server (#99971) 2023-09-10 10:20:26 +02:00
manifest.json Use config entry ID as unique ID and remove dependency to getmac in Minecraft Server (#97837) 2023-09-07 12:22:46 +02:00
sensor.py Add sensor entity descriptions in Minecraft Server (#99971) 2023-09-10 10:20:26 +02:00
strings.json Use config entry ID as unique ID and remove dependency to getmac in Minecraft Server (#97837) 2023-09-07 12:22:46 +02:00