You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I use HA-Battery-Notes to add Battery related meta data to my devices. It adds a sensor.*_battery_plus for battery powered devices among other things. I'm already showing some of this meta data as secondary info in the battery_state_card, which works really nice, thanks.
Another feature of Battery notes: in the device config, I can see a tapable Entity in the Diagnosis panel, to set replacement date to now. That's why I want configure a tap_action that navigates me to the device config. I tried to configure navigation_path: /config/devices/device/{attributes.device_id}, but KString is't supported and therefore device_id won't be replaced.
Describe the solution you'd like
I'd like tap_action.navigation_path to support placeholders, so I can configure things like this:
Also came to know about Battery State Card via Battery Notes and was searching if a dynamic tap_action navigation_path (per entity rendered) is possible
-> would also be interested in this feature
Is your feature request related to a problem? Please describe.
I use HA-Battery-Notes to add Battery related meta data to my devices. It adds a
sensor.*_battery_plus
for battery powered devices among other things. I'm already showing some of this meta data as secondary info in the battery_state_card, which works really nice, thanks.Another feature of Battery notes: in the device config, I can see a tapable Entity in the Diagnosis panel, to set replacement date to now. That's why I want configure a
tap_action
that navigates me to the device config. I tried to configurenavigation_path: /config/devices/device/{attributes.device_id}
, but KString is't supported and thereforedevice_id
won't be replaced.Describe the solution you'd like
I'd like
tap_action.navigation_path
to support placeholders, so I can configure things like this:Additional context
My config (incl. currently broken placehodler navigation):
Battery replaced tapable in device config:
The text was updated successfully, but these errors were encountered: