Depreciated Static Information Sensors #168
Replies: 2 comments
-
These sensors will be removed in PR #255 |
Beta Was this translation helpful? Give feedback.
0 replies
-
As of Release v2.3.0-pre.1 this has been implemented. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've decided to depreciate the following sensors because they only displayed static information that is cleanly served as attributes in each device's "Device" sensor. New attributes were already only being added to the Device sensor without a matching standalone sensor, and the integration default does not use these sensors.
Version will remain as a supported sensor because it can dynamically change if a firmware update is pushed to a device. Depreciated sensors will be removed in release v2.3.0, and will no longer be part of testing or receive updates in v2.2.x releases.
To display entity attributes on the dashboard you can use the
entities
card, for example:Each depreciated sensor is available as an attribute in the Device sensor:
model
serial_number
option
manufacturer
device_id
parent_device_id
sunspec_did
There's even more possible attributes depending on the device type, too. Look at your device sensor to see what is available on your devices.
Beta Was this translation helpful? Give feedback.
All reactions