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
I'm wanting the appliance1 tap action to call the standard switch.toggle action for an entity, so i can turn this device on/off from the card rather than browsing to my other dashboard which has a button card for this device. Can this be done?
I notice in the documentation that click actions have been added for the main 4 entities (house, grid, battery, solar) although i haven't got a use case for these actions currently.
title: Tesla-style Energy Card
type: custom:tesla-style-solar-power-card
show_w_not_kw: 1
appliance1_icon: mdi:water-boiler
appliance2_icon: mdi:tumble-dryer
change_house_bubble_color_with_flow: 1
hide_inactive_lines: 1
generation_icon: mdi:solar-power
name: Current Power Use
grid_to_house_entity: sensor.givtcp_grid_to_house
grid_to_battery_entity: sensor.givtcp_grid_to_battery
generation_to_grid_entity: sensor.givtcp_solar_to_grid
generation_to_battery_entity: sensor.givtcp_solar_to_battery
generation_to_house_entity: sensor.givtcp_solar_to_house
battery_to_house_entity: sensor.givtcp_battery_to_house
battery_to_grid_entity: sensor.givtcp_battery_to_grid
battery_extra_entity: sensor.givtcp_soc
appliance1_consumption_entity: sensor.shelly1pm_98cd_power
appliance1_extra_entity: sensor.shelly1pm_98cd_temperature_2
appliance2_consumption_entity: sensor.1pmsw1_power
house_without_appliances_values: 1
appliance1_entity: switch.shelly1pm_98cd <-- tried this but it didn't work
The text was updated successfully, but these errors were encountered:
I'm wanting the appliance1 tap action to call the standard switch.toggle action for an entity, so i can turn this device on/off from the card rather than browsing to my other dashboard which has a button card for this device. Can this be done?
I notice in the documentation that click actions have been added for the main 4 entities (house, grid, battery, solar) although i haven't got a use case for these actions currently.
title: Tesla-style Energy Card
type: custom:tesla-style-solar-power-card
show_w_not_kw: 1
appliance1_icon: mdi:water-boiler
appliance2_icon: mdi:tumble-dryer
change_house_bubble_color_with_flow: 1
hide_inactive_lines: 1
generation_icon: mdi:solar-power
name: Current Power Use
grid_to_house_entity: sensor.givtcp_grid_to_house
grid_to_battery_entity: sensor.givtcp_grid_to_battery
generation_to_grid_entity: sensor.givtcp_solar_to_grid
generation_to_battery_entity: sensor.givtcp_solar_to_battery
generation_to_house_entity: sensor.givtcp_solar_to_house
battery_to_house_entity: sensor.givtcp_battery_to_house
battery_to_grid_entity: sensor.givtcp_battery_to_grid
battery_extra_entity: sensor.givtcp_soc
appliance1_consumption_entity: sensor.shelly1pm_98cd_power
appliance1_extra_entity: sensor.shelly1pm_98cd_temperature_2
appliance2_consumption_entity: sensor.1pmsw1_power
house_without_appliances_values: 1
appliance1_entity: switch.shelly1pm_98cd <-- tried this but it didn't work
The text was updated successfully, but these errors were encountered: