Compare commits
No commits in common. "c56799c81f85f044c6d2031dc9818e7e7a0fda1d" and "587cbf2d553743f931d22943692bd88868e7c02e" have entirely different histories.
c56799c81f
...
587cbf2d55
7
Makefile
7
Makefile
@ -1,4 +1,4 @@
|
|||||||
.PHONY: default all ui-minimalist config sensors automations lights
|
.PHONY: default all ui-minimalist config sensors automations
|
||||||
|
|
||||||
NAMESPACE := home-assistant
|
NAMESPACE := home-assistant
|
||||||
POD_ID := $(shell kubectl -n home-assistant get pod --selector=app.kubernetes.io/name=home-assistant --template "{{range .items}}{{.metadata.name}}{{\"\n\"}}{{end}}")
|
POD_ID := $(shell kubectl -n home-assistant get pod --selector=app.kubernetes.io/name=home-assistant --template "{{range .items}}{{.metadata.name}}{{\"\n\"}}{{end}}")
|
||||||
@ -6,7 +6,7 @@ CONFIG_FILES := configuration.yaml secrets.yaml input_boolean.yaml ui-lovelace.y
|
|||||||
|
|
||||||
default: all
|
default: all
|
||||||
|
|
||||||
all: ui-minimalist config sensors automations lights
|
all: ui-minimalist config sensors automations
|
||||||
|
|
||||||
config:
|
config:
|
||||||
for FILE in $(CONFIG_FILES); do \
|
for FILE in $(CONFIG_FILES); do \
|
||||||
@ -21,6 +21,3 @@ sensors:
|
|||||||
|
|
||||||
automations:
|
automations:
|
||||||
kubectl cp automations $(NAMESPACE)/$(POD_ID):/config
|
kubectl cp automations $(NAMESPACE)/$(POD_ID):/config
|
||||||
|
|
||||||
lights:
|
|
||||||
kubectl cp lights $(NAMESPACE)/$(POD_ID):/config
|
|
||||||
|
@ -46,20 +46,6 @@ sonos:
|
|||||||
advertise_addr: !secret sonos_advertise_addr
|
advertise_addr: !secret sonos_advertise_addr
|
||||||
hosts: !secret sonos_hosts
|
hosts: !secret sonos_hosts
|
||||||
|
|
||||||
calendar:
|
|
||||||
- platform: caldav
|
|
||||||
username: !secret caldav_username
|
|
||||||
password: !secret caldav_password
|
|
||||||
url: !secret caldav_url
|
|
||||||
calendars:
|
|
||||||
- Home-assistant
|
|
||||||
days: 14
|
|
||||||
custom_calendars:
|
|
||||||
- name: "GarbageBin"
|
|
||||||
calendar: "Home-assistant"
|
|
||||||
search: "Ta ut soporna"
|
|
||||||
|
|
||||||
|
|
||||||
tts:
|
tts:
|
||||||
- platform: google_translate
|
- platform: google_translate
|
||||||
|
|
||||||
@ -86,7 +72,6 @@ script: !include scripts.yaml
|
|||||||
scene: !include scenes.yaml
|
scene: !include scenes.yaml
|
||||||
input_boolean: !include input_boolean.yaml
|
input_boolean: !include input_boolean.yaml
|
||||||
sensor: !include_dir_merge_list sensors
|
sensor: !include_dir_merge_list sensors
|
||||||
light: !include_dir_merge_list lights
|
|
||||||
frontend:
|
frontend:
|
||||||
themes: !include_dir_merge_named themes
|
themes: !include_dir_merge_named themes
|
||||||
|
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
- platform: mqtt
|
|
||||||
schema: json
|
|
||||||
unique_id: matsal
|
|
||||||
name: matsal
|
|
||||||
command_topic: "zigbee2mqtt/light_dinnertable/set"
|
|
||||||
state_topic: "zigbee2mqtt/light_dinnertable"
|
|
||||||
color_temp: true
|
|
||||||
brightness: true
|
|
||||||
rgb: true
|
|
@ -10,4 +10,3 @@ views:
|
|||||||
- !include views/kitchen.yaml
|
- !include views/kitchen.yaml
|
||||||
- !include views/shoppinglist.yaml
|
- !include views/shoppinglist.yaml
|
||||||
- !include views/transport.yaml
|
- !include views/transport.yaml
|
||||||
- !include views/diningroom.yaml
|
|
||||||
|
@ -1,44 +0,0 @@
|
|||||||
title: "matsal"
|
|
||||||
path: "diningroom"
|
|
||||||
cards:
|
|
||||||
- type: horizontal-stack
|
|
||||||
cards:
|
|
||||||
- type: "custom:button-card"
|
|
||||||
template: chip_back
|
|
||||||
variables:
|
|
||||||
ulm_chip_back_path: home
|
|
||||||
- type: "custom:button-card"
|
|
||||||
template: card_title
|
|
||||||
name: Matsal
|
|
||||||
- type: horizontal-stack
|
|
||||||
cards:
|
|
||||||
- type: "custom:button-card"
|
|
||||||
template: card_light
|
|
||||||
entity: light.matsal
|
|
||||||
variables:
|
|
||||||
ulm_card_light_name: Matsal
|
|
||||||
ulm_card_light_enable_collapse: true
|
|
||||||
ulm_card_light_enable_slider: false
|
|
||||||
ulm_card_light_enable_color: true
|
|
||||||
ulm_card_light_force_background_color: false
|
|
||||||
|
|
||||||
- type: horizontal-stack
|
|
||||||
cards:
|
|
||||||
- type: "custom:button-card"
|
|
||||||
template: card_light
|
|
||||||
entity: light.light_dinner_table_1
|
|
||||||
variables:
|
|
||||||
ulm_card_light_name: Lampa-1
|
|
||||||
ulm_card_light_enable_collapse: true
|
|
||||||
ulm_card_light_enable_slider: false
|
|
||||||
ulm_card_light_enable_color: true
|
|
||||||
ulm_card_light_force_background_color: false
|
|
||||||
- type: "custom:button-card"
|
|
||||||
template: card_light
|
|
||||||
entity: light.light_dinner_table_2
|
|
||||||
variables:
|
|
||||||
ulm_card_light_name: Lampa-2
|
|
||||||
ulm_card_light_enable_collapse: true
|
|
||||||
ulm_card_light_enable_slider: false
|
|
||||||
ulm_card_light_enable_color: true
|
|
||||||
ulm_card_light_force_background_color: false
|
|
@ -56,21 +56,6 @@ cards:
|
|||||||
variables:
|
variables:
|
||||||
ulm_card_person_entity: person.iris
|
ulm_card_person_entity: person.iris
|
||||||
ulm_card_person_use_entity_picture: true
|
ulm_card_person_use_entity_picture: true
|
||||||
- type: horizontal-stack
|
|
||||||
cards:
|
|
||||||
- type: 'custom:button-card'
|
|
||||||
template: chip_mdi_icon_only
|
|
||||||
variables:
|
|
||||||
ulm_chip_mdi_icon_state_entity: calendar.home_assistant_garbagebin
|
|
||||||
ulm_chip_mdi_icon_only_icon: mdi:trash-can
|
|
||||||
ulm_chip_mdi_icon_only_icon_color: "[[[ return states['calendar.home_assistant_garbagebin'].state == 'off' ? 'gray' : 'red' ]]]"
|
|
||||||
- type: 'custom:button-card'
|
|
||||||
template: chip_mdi_icon_only
|
|
||||||
variables:
|
|
||||||
ulm_chip_mdi_icon_state_entity: inner_storage_water_leak
|
|
||||||
ulm_chip_mdi_icon_only_icon: "[[[ return states['binary_sensor.inner_storage_water_leak'].state == 'off' ? 'mdi:water' : 'mdi:water-alert' ]]]"
|
|
||||||
ulm_chip_mdi_icon_only_icon_color: "[[[ return states['binary_sensor.inner_storage_water_leak'].state == 'off' ? 'gray' : 'red' ]]]"
|
|
||||||
|
|
||||||
- type: 'custom:button-card'
|
- type: 'custom:button-card'
|
||||||
template: card_title
|
template: card_title
|
||||||
name: Rooms
|
name: Rooms
|
||||||
@ -105,18 +90,6 @@ cards:
|
|||||||
ulm_custom_card_esh_room_climate_entity:
|
ulm_custom_card_esh_room_climate_entity:
|
||||||
- type: horizontal-stack
|
- type: horizontal-stack
|
||||||
cards:
|
cards:
|
||||||
- type: "custom:button-card"
|
|
||||||
template:
|
|
||||||
- card_esh_room
|
|
||||||
- yellow_on
|
|
||||||
name: Matsal
|
|
||||||
icon: mdi:pasta
|
|
||||||
tap_action:
|
|
||||||
action: navigate
|
|
||||||
navigation_path: "diningroom"
|
|
||||||
variables:
|
|
||||||
ulm_custom_card_esh_room_light_entity: light.matsal
|
|
||||||
ulm_custom_card_esh_room_climate_entity:
|
|
||||||
- type: "custom:button-card"
|
- type: "custom:button-card"
|
||||||
template:
|
template:
|
||||||
- card_esh_room
|
- card_esh_room
|
||||||
|
@ -18,7 +18,7 @@ cards:
|
|||||||
updated: true
|
updated: true
|
||||||
name: Avgångar
|
name: Avgångar
|
||||||
adjust_times: false
|
adjust_times: false
|
||||||
hide_departed: true
|
hide_departed: false
|
||||||
language: sv-SE
|
language: sv-SE
|
||||||
entities:
|
entities:
|
||||||
- sensor.sl_departure_sensor_7152_vastergardsvagen
|
- sensor.sl_departure_sensor_7152_vastergardsvagen
|
||||||
|
Loading…
Reference in New Issue
Block a user