Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmatte committed Nov 16, 2024
1 parent a367bf4 commit 7c1b6bc
Show file tree
Hide file tree
Showing 9 changed files with 192 additions and 178 deletions.
2 changes: 1 addition & 1 deletion .HA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023.11.1
2024.11.1
189 changes: 102 additions & 87 deletions .storage/lovelace
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"views": [
{
"icon": "",
"title": "Floorplan",
"path": "floorplan",
"icon": "mdi:cellphone",
"title": "Portrait",
"path": "portrait",
"theme": "My Dark UI",
"subview": false,
"type": "sidebar",
Expand Down Expand Up @@ -603,7 +603,102 @@
"view_layout": {
"position": "main"
}
}
],
"background": {
"image": "/local/homekit-bg-blue-red.jpg"
}
},
{
"icon": "mdi:floor-plan",
"path": "tiles",
"theme": "default",
"title": "Tiles",
"type": "custom:vertical-layout",
"badges": [],
"cards": [
{
"type": "tile",
"show_entity_picture": false,
"entity": "climate.heat_pump",
"features": [
{
"type": "climate-hvac-modes",
"hvac_modes": [
"off",
"auto",
"cool",
"heat",
"dry",
"fan_only"
]
},
{
"type": "target-temperature"
}
]
},
{
"type": "tile",
"entity": "cover.office_curtain",
"features": [
{
"type": "cover-open-close"
},
{
"type": "cover-position"
}
]
},
{
"type": "vertical-stack",
"cards": [
{
"type": "horizontal-stack",
"cards": [
{
"type": "tile",
"entity": "person.eric",
"color": "deep-purple"
},
{
"type": "tile",
"entity": "person.caro",
"color": "teal"
}
]
},
{
"type": "entities",
"entities": [
{
"entity": "input_boolean.heat_eco_mode"
},
{
"entity": "input_boolean.guest_mode"
}
]
}
]
},
{
"type": "custom:sun-card"
},
{
"entity": "weather.home",
"type": "weather-forecast",
"show_forecast": true,
"secondary_info_attribute": "humidity"
}
]
},
{
"type": "sidebar",
"path": "landscape",
"title": "Landscape",
"icon": "mdi:laptop",
"theme": "My Dark UI",
"cards": [
{
"type": "custom:paper-buttons-row",
"buttons": [
Expand Down Expand Up @@ -1185,90 +1280,10 @@
"position": "main"
}
}
]
},
{
"icon": "",
"path": "tiles",
"theme": "default",
"title": "Tiles",
"type": "custom:vertical-layout",
"badges": [],
"cards": [
{
"type": "tile",
"show_entity_picture": false,
"entity": "climate.heat_pump",
"features": [
{
"type": "climate-hvac-modes",
"hvac_modes": [
"off",
"auto",
"cool",
"heat",
"dry",
"fan_only"
]
},
{
"type": "target-temperature"
}
]
},
{
"type": "tile",
"entity": "cover.office_curtain",
"features": [
{
"type": "cover-open-close"
},
{
"type": "cover-position"
}
]
},
{
"type": "vertical-stack",
"cards": [
{
"type": "horizontal-stack",
"cards": [
{
"type": "tile",
"entity": "person.eric",
"color": "deep-purple"
},
{
"type": "tile",
"entity": "person.caro",
"color": "teal"
}
]
},
{
"type": "entities",
"entities": [
{
"entity": "input_boolean.heat_eco_mode"
},
{
"entity": "input_boolean.guest_mode"
}
]
}
]
},
{
"type": "custom:sun-card"
},
{
"entity": "weather.home",
"type": "weather-forecast",
"show_forecast": true,
"secondary_info_attribute": "humidity"
}
]
],
"background": {
"image": "/local/homekit-bg-blue-red.jpg"
}
}
]
}
Expand Down
19 changes: 2 additions & 17 deletions appdaemon/apps/apps.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# code ../addon_configs/a0d7b954_appdaemon/apps/apps.yaml

media_lights_sync:
module: media_lights_sync
class: MediaLightsSync
Expand Down Expand Up @@ -40,20 +42,3 @@ media_lights_sync_spotify:
- light.right_theatre
- light.wood_lamp
- light.metal_lamp
#
# zooz_rgbw_light:
# module: zooz_rgbw_light
# class: ZoozRGBWLight
# light_name: "Cabinets"
# unique_id: under_cabinet
# zooz_entities:
# main: light.rgbw_dimmer
# r: light.rgbw_dimmer_r
# g: light.rgbw_dimmer_g
# b: light.rgbw_dimmer_b
# w: light.rgbw_dimmer_w
# ir_ac_unit:
# module: ir_ac_unit
# class: IrAcUnit
# name: "AC Unit"
# unique_id: ac_unit
Loading

0 comments on commit 7c1b6bc

Please sign in to comment.