Add input_datetime to MQTT SubEntries
#3631
-
Integration nameMQTT Link to integration documentation on our websitehttps://rc.home-assistant.io/integrations/mqtt Describe the enhancementCurrently, only a subset of of conponents are available via SubEntries. In a world where we all would like to avoid touching configuration file, it would be great to be able to create an Use casesSomes devices expose schedule feature, like a sprinkler system or a pool pump. Usually, you have a start and end time. We can already create a basic text sensor but that doesn't take a command topic, nor all the niceties to set the date and/or time through the UI. Having this would unlock the possibilty of seeing the state and control it, with native HA UI. Anything else?There is a similar – unasnwered – request for MQTT discovery: https://github.com/orgs/home-assistant/discussions/2348 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
🏷️ I've automatically added the |
Beta Was this translation helpful? Give feedback.
-
|
MQTT would not implement innput_datetimes, they would implement datetime's. FYI. input_datetime is a helper that's only user generated where datetimes are the integration generated counter-parts to input_datetimes. |
Beta Was this translation helpful? Give feedback.
-
|
We have a new |
Beta Was this translation helpful? Give feedback.
We have a new
datetimeplatform. It is not possible to add this as a subentry yet, but you can configure it via YAMLor discovery.