Skip to content

Commit

Permalink
2023.10.6 - minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jumping2000 committed Oct 23, 2023
1 parent ea5c227 commit dccf896
Show file tree
Hide file tree
Showing 8 changed files with 68 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,13 @@ custom_fields:
tap_action:
action: call-service
service: script.reset_totali_asciugatrice
- type: button
icon: mdi:restore-alert
name: Reset Stato Iniziale
action_name: Reset
tap_action:
action: call-service
service: script.reset_stato_asciugatrice
- type: vertical-stack
view_layout:
grid-area: colonna2
Expand All @@ -569,6 +576,7 @@ custom_fields:
entities:
- entity: sensor.asciugatrice_ultimo_runtime
name: Durata
format: duration-h
- entity: sensor.asciugatrice_run_energy
name: Energia
unit: kWh
Expand All @@ -583,7 +591,7 @@ custom_fields:
name: Cicli
- entity: sensor.asciugatrice_total_runtime
name: Durata
unit: h
format: duration-h
- entity: sensor.plug_asciugatrice_total_energy
name: Energia
- type: divider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,13 @@ custom_fields:
tap_action:
action: call-service
service: script.reset_totali_forno
- type: button
icon: mdi:restore-alert
name: Reset Stato Iniziale
action_name: Reset
tap_action:
action: call-service
service: script.reset_stato_forno
- type: vertical-stack
view_layout:
grid-area: colonna2
Expand All @@ -544,6 +551,7 @@ custom_fields:
entities:
- entity: sensor.forno_ultimo_runtime
name: Durata
format: duration-h
- entity: sensor.forno_run_energy
name: Energia
unit: kWh
Expand All @@ -558,7 +566,7 @@ custom_fields:
name: Cicli
- entity: sensor.forno_total_runtime
name: Durata
unit: h
format: duration-h
- entity: sensor.plug_forno_total_energy
name: Energia
- type: divider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,13 @@ custom_fields:
tap_action:
action: call-service
service: script.reset_totali_lavastoviglie
- type: button
icon: mdi:restore-alert
name: Reset Stato Iniziale
action_name: Reset
tap_action:
action: call-service
service: script.reset_stato_lavastoviglie
- type: vertical-stack
view_layout:
grid-area: colonna2
Expand All @@ -543,6 +550,7 @@ custom_fields:
entities:
- entity: sensor.lavastoviglie_ultimo_runtime
name: Durata
format: duration-h
- entity: sensor.lavastoviglie_run_energy
name: Energia
unit: kWh
Expand All @@ -557,7 +565,7 @@ custom_fields:
name: Cicli
- entity: sensor.lavastoviglie_total_runtime
name: Durata
unit: h
format: duration-h
- entity: sensor.plug_lavastoviglie_total_energy
name: Energia
- type: divider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,13 @@ custom_fields:
tap_action:
action: call-service
service: script.reset_totali_lavatrice
- type: button
icon: mdi:restore-alert
name: Reset Stato Iniziale
action_name: Reset
tap_action:
action: call-service
service: script.reset_stato_lavatrice
- type: vertical-stack
view_layout:
grid-area: colonna2
Expand All @@ -575,6 +582,7 @@ custom_fields:
entities:
- entity: sensor.lavatrice_ultimo_runtime
name: Durata
format: duration-h
- entity: sensor.lavatrice_run_energy
name: Energia
unit: kWh
Expand All @@ -589,7 +597,7 @@ custom_fields:
name: Cicli
- entity: sensor.lavatrice_total_runtime
name: Durata
unit: h
format: duration-h
- entity: sensor.plug_lavatrice_total_energy
name: Energia
- type: divider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,14 @@
target:
entity_id: input_number.lavastoviglie_runtime

reset_stato_lavastoviglie:
sequence:
- alias: "Reset stato"
service: input_select.select_first
data: {}
target:
entity_id: input_select.dishwasher_status

#################################################################
# #
# AUTOMATION #
Expand Down
8 changes: 8 additions & 0 deletions elettrodomestici_2023/packages/elettrodomestici/dryer.ya__
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,14 @@
value: 0
target:
entity_id: input_number.asciugatrice_runtime

reset_stato_asciugatrice:
sequence:
- alias: "Reset stato"
service: input_select.select_first
data: {}
target:
entity_id: input_select.dryer_status

#################################################################
# #
Expand Down
8 changes: 8 additions & 0 deletions elettrodomestici_2023/packages/elettrodomestici/oven.ya__
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,14 @@
target:
entity_id: input_number.forno_runtime

reset_stato_forno:
sequence:
- alias: "Reset stato"
service: input_select.select_first
data: {}
target:
entity_id: input_select.oven_status

#################################################################
# #
# AUTOMATION #
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,14 @@
target:
entity_id: input_number.lavatrice_runtime

reset_stato_lavatrice:
sequence:
- alias: "Reset stato"
service: input_select.select_first
data: {}
target:
entity_id: input_select.washing_machine_status

#################################################################
# #
# AUTOMATION #
Expand Down

0 comments on commit dccf896

Please sign in to comment.