mirror of
https://github.com/GeorgeSG/sarah.git
synced 2025-12-28 20:30:29 +00:00
2024 fixes
This commit is contained in:
@@ -15,6 +15,7 @@ v3_button:
|
||||
- width: var(--v3-button-size, 120px)
|
||||
- height: var(--v3-button-size, 120px)
|
||||
- box-shadow: none
|
||||
- border-radius: 10%
|
||||
- --ha-card-background: "[[[ return variables.background_color ]]]"
|
||||
icon:
|
||||
- position: absolute
|
||||
|
||||
@@ -20,6 +20,7 @@ v3_scene:
|
||||
- height: 50px
|
||||
- font-size: 15px
|
||||
- box-shadow: none
|
||||
- border-radius: 10px
|
||||
- background: >
|
||||
[[[
|
||||
const color_1 = variables.scene_color_1;
|
||||
|
||||
@@ -10,7 +10,7 @@ climate:
|
||||
command_topic: "cmnd/ir_blaster_1/irhvac"
|
||||
state_topic: "tele/ir_blaster_1/RESULT"
|
||||
temperature_sensor: sensor.multisensor_6_temperature
|
||||
protocol: "TOSHIBA_AC"
|
||||
vendor: "TOSHIBA_AC"
|
||||
max_temp: 30 # optional - default 32 int value
|
||||
min_temp: 17
|
||||
target_temp: 22 # optional - default 26 int value
|
||||
|
||||
Reference in New Issue
Block a user