In an entities card I have, I added a button to link to a subview. I would like to change RUN
to View
.
We should be able to provide a new label for the RUN
action!
Thanks!
In an entities card I have, I added a button to link to a subview. I would like to change RUN
to View
.
We should be able to provide a new label for the RUN
action!
Thanks!
Are you using the navigate
tap action?
Yes!
I do have a RUN
option but I would like it to say View
…
type: entities
entities:
- entity: sensor.presence_sensor_device_temperature
name: Temperature
- entity: binary_sensor.bedroom_occupancy
name: Occupancy
- entity: light.bedroom_lamps
type: custom:secondaryinfo-entity-row
secondary_info: 'Brightness: [[ {entity}.attributes.brightness ]]'
- entity: light.bathroom_light
type: custom:slider-entity-row
name: ' '
icon: ' '
step: 1
attribute: brightness
- entity: timer.bedroom_light
- entity: input_number.bedroom_light_delay_off
- entity: switch.delonghi_a_c
name: Air Conditioner
- entity: timer.bedroom_a_c
name: A/C Timer
- type: button
name: Master Bed Info
icon: mdi:bed-king-outline
tap_action:
action: navigate
navigation_path: /lovelace/master-bed
title: Bedroom
show_header_toggle: false
card_mod:
class: inline-card
I take it you agree it would be a great idea??
I do agree that “Run” is not the best label for the navigate action.
Don’t forget to vote for your own request.
Opps! Done!
Thanks!