Title: "Response as sensor"
Description: "Create an entity from an action call response data."
Date created: 2024-09-21
Last update: 2024-09-21
Join the Discussion on Development: https://discord.gg/hP5n4GaPg3
- Name: Name of the new entity.
- Action: Which service to call.
- Value template: Use a template to construct the final state of the sensor.
- Icon: Icon to use in frontend.
- Device class: Device class (select from list).
- State class: State class (select from list).
- Unit of measurement: UoM to use in frontend (select from list, only temperature, or write your own).
- Frequency: Frequency of the action call, don't set too low.
Use HACS to install Add as custom repository to HACS
- Below config-folder create a new folder called
custom_components
if not already exist. - Below new
custom_components
folder create a new folder calledresponse_as_entity
- Upload the files/folders in
custom_components/response_as_sensor
directory to the newly created folder. - Restart before proceeding
After installation go to "Devices & services" and then "helper" page in HA, press "+ Create helper" and find "Response as sensor" Follow on-screen information for the required information No restart needed