Skip to content

Commit

Permalink
Merge pull request #1596 from UI-Lovelace-Minimalist/wilbie-cards-#4
Browse files Browse the repository at this point in the history
Delete images folder custom_card_heat_pump
  • Loading branch information
wilbiev authored Jan 5, 2025
2 parents 3605616 + a28c9cf commit 7a22e0c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Binary file removed custom_cards/custom_card_heat_pump/Heat_pump.PNG
Binary file not shown.
24 changes: 12 additions & 12 deletions custom_cards/custom_card_heat_pump/custom_card_heat_pump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@ custom_card_heat_pump:
action: "perform-action"
perform_action: "climate.set_temperature"
target:
entity_id: "[[[ return entity.entity_id ]]]"
entity_id: "[[[ return entity.entity_id; ]]]"
data:
temperature: "[[[ return entity.attributes.temperature - entity.attributes.target_temp_step ]]]"
temperature: "[[[ return (entity.attributes.temperature - entity.attributes.target_temp_step); ]]]"
item2:
card:
type: "custom:button-card"
entity: "[[[ return entity.entity_id ]]]"
name: "[[[ return entity.attributes.temperature + '°C' ]]]"
entity: "[[[ return entity.entity_id; ]]]"
name: "[[[ return (entity.attributes.temperature + '°C'); ]]]"
styles:
card:
- box-shadow: "none"
Expand All @@ -124,9 +124,9 @@ custom_card_heat_pump:
action: "perform-action"
perform_action: "climate.set_temperature"
target:
entity_id: "[[[ return entity.entity_id ]]]"
entity_id: "[[[ return entity.entity_id; ]]]"
data:
temperature: "[[[ return entity.attributes.temperature + entity.attributes.target_temp_step ]]]"
temperature: "[[[ return (entity.attributes.temperature + entity.attributes.target_temp_step); ]]]"
item3:
card:
type: "horizontal-stack"
Expand All @@ -138,7 +138,7 @@ custom_card_heat_pump:
action: "perform-action"
perform_action: "climate.set_hvac_mode"
target:
entity_id: "[[[ return entity.entity_id ]]]"
entity_id: "[[[ return entity.entity_id; ]]]"
data:
hvac_mode: "off"
- type: "custom:button-card"
Expand All @@ -148,7 +148,7 @@ custom_card_heat_pump:
action: "perform-action"
perform_action: "climate.set_hvac_mode"
target:
entity_id: "[[[ return entity.entity_id ]]]"
entity_id: "[[[ return entity.entity_id; ]]]"
data:
hvac_mode: "heat"
styles:
Expand Down Expand Up @@ -177,7 +177,7 @@ custom_card_heat_pump:
action: "perform-action"
perform_action: "climate.set_hvac_mode"
target:
entity_id: "[[[ return entity.entity_id ]]]"
entity_id: "[[[ return entity.entity_id; ]]]"
data:
hvac_mode: "cool"
styles:
Expand Down Expand Up @@ -206,7 +206,7 @@ custom_card_heat_pump:
action: "perform-action"
perform_action: "climate.set_hvac_mode"
target:
entity_id: "[[[ return entity.entity_id ]]]"
entity_id: "[[[ return entity.entity_id; ]]]"
data:
hvac_mode: "heat_cool"
styles:
Expand Down Expand Up @@ -235,7 +235,7 @@ custom_card_heat_pump:
action: "perform-action"
perform_action: "climate.set_hvac_mode"
target:
entity_id: "[[[ return entity.entity_id ]]]"
entity_id: "[[[ return entity.entity_id; ]]]"
data:
hvac_mode: "dry"
styles:
Expand Down Expand Up @@ -264,7 +264,7 @@ custom_card_heat_pump:
action: "perform-action"
perform_action: "climate.set_hvac_mode"
target:
entity_id: "[[[ return entity.entity_id ]]]"
entity_id: "[[[ return entity.entity_id; ]]]"
data:
hvac_mode: "fan_only"
styles:
Expand Down
Binary file removed custom_cards/custom_card_heat_pump/heat_pump.gif
Binary file not shown.

0 comments on commit 7a22e0c

Please sign in to comment.