Title: "Attribute as Sensor"
Description: "Create an entity from another entities attribute."
Version: 1.5
Date created: 2023-11-19
Last update: 2024-11-10
Join the Discussion on Development: https://discord.gg/qyBhBArwHN
- Name: Name of the new entity
- Entity: From which entity you want to get the attribute
- Attribute: Which attribute you want as it's own sensor
- Value template: Use a template to manipulate the retrieved attribute from the source entity
- 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)
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 calledattribute_as_sensor
- Upload the files/folders in
custom_components/attribute_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 "Attribute as Sensor" Follow onscreen information for the required information No restart needed
If not for code, maybe add a language file for your language.