diff --git a/configuration.yaml b/configuration.yaml index 3027844..8cae813 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -115,7 +115,11 @@ host: 10.0.1.226 token: !secret xiaomi_humidifier1_token model: zhimi.humidifier.cb1 - + - platform: xiaomi_miio_airpurifier + name: Smartmi Evaporative Humidifier 2 + host: 10.0.1.252 + token: !secret xiaomi_humidifier2_token + model: zhimi.humidifier.cb1 scrape: - resource: https://www.aarhusvand.dk/privat/priser/ scan_interval: 604800 diff --git a/dashboards/minimal/dashboard.yaml b/dashboards/minimal/dashboard.yaml index 8ac0852..0aea060 100644 --- a/dashboards/minimal/dashboard.yaml +++ b/dashboards/minimal/dashboard.yaml @@ -10,3 +10,4 @@ - !include views/bryggers.yaml - !include views/niels.yaml - !include views/jens.yaml + - !include views/sove.yaml diff --git a/dashboards/minimal/views/hjem.yaml b/dashboards/minimal/views/hjem.yaml index bde4aec..8fde461 100644 --- a/dashboards/minimal/views/hjem.yaml +++ b/dashboards/minimal/views/hjem.yaml @@ -268,6 +268,32 @@ info_entities: - entity: sensor.wavin_9000_temperature_jens_vaerelse show_icon: false + - entity: sensor.temp4_temperature + show_icon: false + - entity: sensor.temp4_humidity + show_icon: false + entities: + card_mod: + style: | + ha-card .entities-info-row { + padding: 5px 20px 5px; + } + + - type: custom:room-card + title: Soveværelse + entity: light.sove_gruppe + icon: mdi:bed-double + show_icon: true + tap_action: + action: navigate + navigation_path: sove + info_entities: + - entity: sensor.wavin_9000_temperature_sovevaerelse + show_icon: false + - entity: sensor.temp3_temperature + show_icon: false + - entity: sensor.temp3_humidity + show_icon: false entities: card_mod: style: | diff --git a/dashboards/minimal/views/sove.yaml b/dashboards/minimal/views/sove.yaml new file mode 100644 index 0000000..5a0c6e6 --- /dev/null +++ b/dashboards/minimal/views/sove.yaml @@ -0,0 +1,17 @@ +title: Soveværelse +path: sove +cards: + - type: custom:decluttering-card + template: subpanel_title_template + variables: + - title: Soveværelse + - alignment: start + + - type: custom:decluttering-card + template: temperature_chart_template + variables: + - entity: climate.wavin_9000_sovevaerelse + - type: custom:decluttering-card + template: light_group_list_template + variables: + - group_name: sove_gruppe diff --git a/lights.yaml b/lights.yaml index 9b01653..13761e0 100644 --- a/lights.yaml +++ b/lights.yaml @@ -103,3 +103,8 @@ - light.jens_gruppe - light.seng - light.bryggers + +- platform: group + name: Soveværelse Gruppe + entities: + - light.seng diff --git a/zigbee2mqtt/configuration.yaml b/zigbee2mqtt/configuration.yaml index e08db5f..301d641 100644 --- a/zigbee2mqtt/configuration.yaml +++ b/zigbee2mqtt/configuration.yaml @@ -42,6 +42,10 @@ friendly_name: Temp2 '0x00124b0029117198': friendly_name: Bryggers Vindue + '0x00124b002920814b': + friendly_name: Temp4 + '0x00124b00292067e9': + friendly_name: Temp3 availability: active: timeout: 10