unixorn / ha-mqtt-discoverable

Python module to create MQTT entities that are automatically discovered by Home Assistant
Apache License 2.0
89 stars 21 forks source link

Support normal sensors #176

Open Bluscream opened 7 months ago

Bluscream commented 7 months ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like Normal text and number sensors without the input fields

Describe alternatives you've considered None

Additional context Idk why we can't just have normal sensors like this:

instead of this:

unixorn commented 7 months ago

The code just makes an HA-compatible sensor set of mqtt topics. The UI part is all done by HA.

If I've read the doc wrong and there is a way to control the view with a MQTT entry, please let me know.

Bluscream commented 7 months ago

Seems to be related to https://github.com/unixorn/ha-mqtt-discoverable/issues/84 but when i try to use that (https://github.com/Bluscream/fritzbox-extended-stats-mqtt/blob/main/stats.py#L161-L163) my app sends nothing to mqtt at all