20240410
This commit is contained in:
32
integrations/hasp_panlee.yaml
Normal file
32
integrations/hasp_panlee.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
openhasp:
|
||||
panlee:
|
||||
objects:
|
||||
- obj: "p0b4"
|
||||
properties:
|
||||
"text": "{{ states('sensor.ep1_zolder_temperature_2') }}"
|
||||
- obj: "p0b6"
|
||||
properties:
|
||||
"text": "{{ states('sensor.time') }}"
|
||||
- obj: "p1b10"
|
||||
properties:
|
||||
"val": "{{ states('sensor.ep1_zolder_temperature_2') }}"
|
||||
- obj: "p1b11"
|
||||
properties:
|
||||
"text": "{{ states('sensor.ep1_zolder_temperature_2') }}"
|
||||
- obj: "p1b20"
|
||||
properties:
|
||||
"val": "{{ states('sensor.ep1_zolder_humidity_2') }}"
|
||||
- obj: "p1b30" # on/off switch
|
||||
properties:
|
||||
"val": "{{ 0 if (is_state('light.lamp_bank', 'off') or is_state('light.lamp_bank', 'unavailable')) else 1 }}"
|
||||
"click": "{{ 'false' if (is_state('light.lamp_bank','unavailable') or is_state('light.lamp_bank','unknown')) else 'true' }}"
|
||||
"opacity": "{{ 60 if (is_state('light.lamp_bank','unavailable') or is_state('light.lamp_bank','unknown')) else 255 }}"
|
||||
event:
|
||||
"down":
|
||||
- service_template: >
|
||||
{% if val == 0 -%}
|
||||
light.turn_on
|
||||
{% else -%}
|
||||
light.turn_off
|
||||
{% endif -%}
|
||||
entity_id: "light.lamp_bank"
|
||||
@@ -9,6 +9,8 @@ influxdb:
|
||||
default_measurement: state
|
||||
include:
|
||||
domains:
|
||||
- sensor
|
||||
- binary_sensor
|
||||
- sun
|
||||
# - sensor
|
||||
# - binary_sensor
|
||||
# - sun
|
||||
entity_globs:
|
||||
- sensor.modbus_*
|
||||
@@ -1,14 +0,0 @@
|
||||
---
|
||||
panel_iframe:
|
||||
# portainer:
|
||||
# title: "Portainer"
|
||||
# url: "https://radiohub.local:9000"
|
||||
# zigbee2mqtt:
|
||||
# title: "zigbee2mqtt"
|
||||
# url: "https://radiohub.local:8080"
|
||||
# pihole:
|
||||
# title: "PiHole"
|
||||
# url: "https://radiohub.local:8089/admin"
|
||||
#esphome2:
|
||||
# title: "ESPHome-server"
|
||||
# url: "http://192.168.2.15:6052"
|
||||
@@ -10,8 +10,8 @@ camera:
|
||||
- calibration_points
|
||||
- rooms
|
||||
- map_name
|
||||
#- no_go_areas
|
||||
#- no_mopping_areas
|
||||
- no_go_areas
|
||||
- no_mopping_areas
|
||||
room_colors:
|
||||
16: [240, 178, 122]
|
||||
17: [133, 193, 233]
|
||||
|
||||
11
integrations/time.yaml
Executable file
11
integrations/time.yaml
Executable file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
sensor:
|
||||
- platform: time_date
|
||||
display_options:
|
||||
- "time"
|
||||
- "date"
|
||||
- "date_time"
|
||||
- "date_time_utc"
|
||||
- "date_time_iso"
|
||||
- "time_date"
|
||||
- "time_utc"
|
||||
@@ -1,9 +0,0 @@
|
||||
zha:
|
||||
zigpy_config:
|
||||
ota:
|
||||
ikea_provider: true # Auto update Trådfri devices
|
||||
ledvance_provider: true # Auto update LEDVANCE/OSRAM devices
|
||||
salus_provider: true # Auto update SALUS/Computime devices
|
||||
inovelli_provider: true # Auto update INOVELLI devices
|
||||
thirdreality_provider: true # Auto update 3REALITY devices
|
||||
#otau_directory: /path/to/your/ota/folder # Utilize .ota files to update everything else
|
||||
Reference in New Issue
Block a user