backup
This commit is contained in:
parent
f333dd2356
commit
e3e961d04d
@ -9,3 +9,13 @@
|
|||||||
- service: shell_command.blue_led_off
|
- service: shell_command.blue_led_off
|
||||||
data: {}
|
data: {}
|
||||||
mode: single
|
mode: single
|
||||||
|
- id: '1686867321964'
|
||||||
|
alias: Update Map Extractor camera
|
||||||
|
description: ''
|
||||||
|
use_blueprint:
|
||||||
|
path: PiotrMachowski/update_map_extractor.yaml
|
||||||
|
input:
|
||||||
|
vacuum: vacuum.roborock_vacuum_s5
|
||||||
|
camera: camera.xiaomi_cloud_map_extractor
|
||||||
|
mode_to_handle: two_intervals
|
||||||
|
interval_docked: 10000
|
||||||
|
|||||||
@ -14,18 +14,11 @@ google_assistant:
|
|||||||
project_id: home-assistant-65612
|
project_id: home-assistant-65612
|
||||||
service_account: !include home-assistant-65612-d69ecfd0f735.json
|
service_account: !include home-assistant-65612-d69ecfd0f735.json
|
||||||
report_state: true
|
report_state: true
|
||||||
exposed_domains:
|
|
||||||
- switch
|
homeassistant:
|
||||||
- light
|
customize: !include customize.yaml
|
||||||
entity_config:
|
customize_domain: !include customize_domain.yaml
|
||||||
switch.kitchen:
|
customize_glob: !include customize_glob.yaml
|
||||||
name: CUSTOM_NAME_FOR_GOOGLE_ASSISTANT
|
|
||||||
aliases:
|
|
||||||
- BRIGHT_LIGHTS
|
|
||||||
- ENTRY_LIGHTS
|
|
||||||
light.living_room:
|
|
||||||
expose: false
|
|
||||||
room: LIVING_ROOM
|
|
||||||
|
|
||||||
group: !include groups.yaml
|
group: !include groups.yaml
|
||||||
automation: !include automations.yaml
|
automation: !include automations.yaml
|
||||||
@ -34,12 +27,18 @@ scene: !include scenes.yaml
|
|||||||
template: !include template.yaml
|
template: !include template.yaml
|
||||||
sensor: !include sensors.yaml
|
sensor: !include sensors.yaml
|
||||||
input_select: !include input_select.yaml
|
input_select: !include input_select.yaml
|
||||||
|
#var: !include var.yaml
|
||||||
|
|
||||||
http:
|
http:
|
||||||
use_x_forwarded_for: true
|
use_x_forwarded_for: true
|
||||||
trusted_proxies:
|
trusted_proxies:
|
||||||
- 192.168.88.10
|
- 192.168.88.10
|
||||||
|
|
||||||
|
logger:
|
||||||
|
default: info
|
||||||
|
logs:
|
||||||
|
custom_components.xiaomi_cloud_map_extractor: debug
|
||||||
|
|
||||||
# MariaDB - 30 day data
|
# MariaDB - 30 day data
|
||||||
recorder:
|
recorder:
|
||||||
db_url: !secret mariadb_url
|
db_url: !secret mariadb_url
|
||||||
@ -75,7 +74,7 @@ light:
|
|||||||
|
|
||||||
camera:
|
camera:
|
||||||
- platform: xiaomi_cloud_map_extractor
|
- platform: xiaomi_cloud_map_extractor
|
||||||
host: 192.168.88.22
|
host: !secret xiaomi_vacuum_host
|
||||||
token: !secret xiaomi_vacuum_token
|
token: !secret xiaomi_vacuum_token
|
||||||
username: !secret xiaomi_cloud_username
|
username: !secret xiaomi_cloud_username
|
||||||
password: !secret xiaomi_cloud_password
|
password: !secret xiaomi_cloud_password
|
||||||
@ -90,3 +89,9 @@ camera:
|
|||||||
bottom: 20
|
bottom: 20
|
||||||
left: 20
|
left: 20
|
||||||
right: 20
|
right: 20
|
||||||
|
scan_interval:
|
||||||
|
seconds: 300
|
||||||
|
auto_update: false
|
||||||
|
store_map_raw: true
|
||||||
|
store_map_image: true
|
||||||
|
store_map_path: "/tmp"
|
||||||
|
|||||||
0
customize.yaml
Normal file
0
customize.yaml
Normal file
9
customize_domain.yaml
Normal file
9
customize_domain.yaml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# Klimatizace
|
||||||
|
climate:
|
||||||
|
# hvac_modes: auto, cool, dry, fan_only, heat, off
|
||||||
|
hvac_modes:
|
||||||
|
- heat
|
||||||
|
- cool
|
||||||
|
- dry
|
||||||
|
- fan_only
|
||||||
|
- "off"
|
||||||
0
customize_glob.yaml
Normal file
0
customize_glob.yaml
Normal file
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"node-red": {
|
"node-red": {
|
||||||
"name": "node-red",
|
"name": "node-red",
|
||||||
"version": "3.0.2",
|
"version": "3.1.0",
|
||||||
"local": false,
|
"local": false,
|
||||||
"user": false,
|
"user": false,
|
||||||
"nodes": {
|
"nodes": {
|
||||||
@ -95,6 +95,17 @@
|
|||||||
"module": "node-red",
|
"module": "node-red",
|
||||||
"file": "/opt/node_modules/@node-red/nodes/core/common/90-comment.js"
|
"file": "/opt/node_modules/@node-red/nodes/core/common/90-comment.js"
|
||||||
},
|
},
|
||||||
|
"global-config": {
|
||||||
|
"name": "global-config",
|
||||||
|
"types": [
|
||||||
|
"global-config"
|
||||||
|
],
|
||||||
|
"enabled": true,
|
||||||
|
"local": false,
|
||||||
|
"user": false,
|
||||||
|
"module": "node-red",
|
||||||
|
"file": "/opt/node_modules/@node-red/nodes/core/common/91-global-config.js"
|
||||||
|
},
|
||||||
"unknown": {
|
"unknown": {
|
||||||
"name": "unknown",
|
"name": "unknown",
|
||||||
"types": [
|
"types": [
|
||||||
@ -418,7 +429,7 @@
|
|||||||
},
|
},
|
||||||
"node-red-contrib-bigtimer": {
|
"node-red-contrib-bigtimer": {
|
||||||
"name": "node-red-contrib-bigtimer",
|
"name": "node-red-contrib-bigtimer",
|
||||||
"version": "2.8.3",
|
"version": "2.8.5",
|
||||||
"local": false,
|
"local": false,
|
||||||
"user": false,
|
"user": false,
|
||||||
"nodes": {
|
"nodes": {
|
||||||
@ -475,7 +486,7 @@
|
|||||||
},
|
},
|
||||||
"node-red-contrib-home-assistant-websocket": {
|
"node-red-contrib-home-assistant-websocket": {
|
||||||
"name": "node-red-contrib-home-assistant-websocket",
|
"name": "node-red-contrib-home-assistant-websocket",
|
||||||
"version": "0.48.0",
|
"version": "0.57.4",
|
||||||
"local": false,
|
"local": false,
|
||||||
"user": false,
|
"user": false,
|
||||||
"nodes": {
|
"nodes": {
|
||||||
@ -498,12 +509,17 @@
|
|||||||
"ha-fire-event",
|
"ha-fire-event",
|
||||||
"ha-get-entities",
|
"ha-get-entities",
|
||||||
"api-get-history",
|
"api-get-history",
|
||||||
|
"ha-number",
|
||||||
"poll-state",
|
"poll-state",
|
||||||
"api-render-template",
|
"api-render-template",
|
||||||
|
"ha-select",
|
||||||
"ha-sensor",
|
"ha-sensor",
|
||||||
|
"ha-sentence",
|
||||||
"ha-switch",
|
"ha-switch",
|
||||||
"ha-tag",
|
"ha-tag",
|
||||||
|
"ha-text",
|
||||||
"ha-time",
|
"ha-time",
|
||||||
|
"ha-time-entity",
|
||||||
"trigger-state",
|
"trigger-state",
|
||||||
"ha-update-config",
|
"ha-update-config",
|
||||||
"ha-wait-until",
|
"ha-wait-until",
|
||||||
@ -561,7 +577,7 @@
|
|||||||
},
|
},
|
||||||
"node-red-contrib-modbus": {
|
"node-red-contrib-modbus": {
|
||||||
"name": "node-red-contrib-modbus",
|
"name": "node-red-contrib-modbus",
|
||||||
"version": "5.25.0",
|
"version": "5.27.2",
|
||||||
"local": false,
|
"local": false,
|
||||||
"user": false,
|
"user": false,
|
||||||
"nodes": {
|
"nodes": {
|
||||||
@ -718,12 +734,23 @@
|
|||||||
"user": false,
|
"user": false,
|
||||||
"module": "node-red-contrib-modbus",
|
"module": "node-red-contrib-modbus",
|
||||||
"file": "/opt/node_modules/node-red-contrib-modbus/modbus/modbus-flex-sequencer.js"
|
"file": "/opt/node_modules/node-red-contrib-modbus/modbus/modbus-flex-sequencer.js"
|
||||||
|
},
|
||||||
|
"Modbus-Flex-Fc": {
|
||||||
|
"name": "Modbus-Flex-Fc",
|
||||||
|
"types": [
|
||||||
|
"modbus-flex-fc"
|
||||||
|
],
|
||||||
|
"enabled": true,
|
||||||
|
"local": false,
|
||||||
|
"user": false,
|
||||||
|
"module": "node-red-contrib-modbus",
|
||||||
|
"file": "/opt/node_modules/node-red-contrib-modbus/modbus/modbus-flex-fc.js"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node-red-contrib-moment": {
|
"node-red-contrib-moment": {
|
||||||
"name": "node-red-contrib-moment",
|
"name": "node-red-contrib-moment",
|
||||||
"version": "4.0.0",
|
"version": "5.0.0",
|
||||||
"local": false,
|
"local": false,
|
||||||
"user": false,
|
"user": false,
|
||||||
"nodes": {
|
"nodes": {
|
||||||
@ -772,7 +799,7 @@
|
|||||||
},
|
},
|
||||||
"node-red-contrib-sunevents": {
|
"node-red-contrib-sunevents": {
|
||||||
"name": "node-red-contrib-sunevents",
|
"name": "node-red-contrib-sunevents",
|
||||||
"version": "3.0.3",
|
"version": "3.1.1",
|
||||||
"local": false,
|
"local": false,
|
||||||
"user": false,
|
"user": false,
|
||||||
"nodes": {
|
"nodes": {
|
||||||
@ -1068,7 +1095,7 @@
|
|||||||
},
|
},
|
||||||
"node-red-node-email": {
|
"node-red-node-email": {
|
||||||
"name": "node-red-node-email",
|
"name": "node-red-node-email",
|
||||||
"version": "1.18.4",
|
"version": "2.0.1",
|
||||||
"local": false,
|
"local": false,
|
||||||
"user": false,
|
"user": false,
|
||||||
"nodes": {
|
"nodes": {
|
||||||
@ -1146,7 +1173,7 @@
|
|||||||
},
|
},
|
||||||
"node-red-node-serialport": {
|
"node-red-node-serialport": {
|
||||||
"name": "node-red-node-serialport",
|
"name": "node-red-node-serialport",
|
||||||
"version": "1.0.1",
|
"version": "1.0.4",
|
||||||
"local": false,
|
"local": false,
|
||||||
"user": false,
|
"user": false,
|
||||||
"nodes": {
|
"nodes": {
|
||||||
@ -1187,7 +1214,7 @@
|
|||||||
},
|
},
|
||||||
"node-red-node-suncalc": {
|
"node-red-node-suncalc": {
|
||||||
"name": "node-red-node-suncalc",
|
"name": "node-red-node-suncalc",
|
||||||
"version": "1.0.1",
|
"version": "1.1.0",
|
||||||
"local": false,
|
"local": false,
|
||||||
"user": false,
|
"user": false,
|
||||||
"nodes": {
|
"nodes": {
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
# Use this file to store secrets like usernames and passwords.
|
# Use this file to store secrets like usernames and passwords.
|
||||||
# Learn more at https://www.home-assistant.io/docs/configuration/secrets/
|
# Learn more at https://www.home-assistant.io/docs/configuration/secrets/
|
||||||
some_password: welcome
|
some_password: welcome
|
||||||
|
|
||||||
|
xiaomi_vacuum_host: 192.168.88.22
|
||||||
xiaomi_vacuum_token: 54553270474f35576e55325450506261
|
xiaomi_vacuum_token: 54553270474f35576e55325450506261
|
||||||
xiaomi_cloud_username: habad@hotmail.cz
|
xiaomi_cloud_username: habad@hotmail.cz
|
||||||
xiaomi_cloud_password: Maska.MiAccount
|
xiaomi_cloud_password: Maska.MiAccount
|
||||||
@ -15,4 +15,4 @@ influxdb_token: cqMQvcDUlP6_Zo88s_MXsl672zJQaIcAZ6h5ZZANtgr1Hn-Z08pXp8SPxtRcEfHy
|
|||||||
# Samsung Galaxy Tab3
|
# Samsung Galaxy Tab3
|
||||||
kiosk_galaxy_url: http://192.168.88.55:2323/?cmd=deviceInfo&type=json&password=ha-kiosk
|
kiosk_galaxy_url: http://192.168.88.55:2323/?cmd=deviceInfo&type=json&password=ha-kiosk
|
||||||
kiosk_galaxy_command: "http://192.168.88.55:2323/?cmd={{ cmd }}&key={{ key }}&value={{ value }}&type=json&password=ha-kiosk"
|
kiosk_galaxy_command: "http://192.168.88.55:2323/?cmd={{ cmd }}&key={{ key }}&value={{ value }}&type=json&password=ha-kiosk"
|
||||||
kiosk_galaxy_settings: "http://192.168.88.55:2323/?cmd=listSettings&type=json&password=ha-kiosk"
|
kiosk_galaxy_settings: "http://192.168.88.55:2323/?cmd=listSettings&type=json&password=ha-kiosk"
|
||||||
|
|||||||
@ -31,7 +31,7 @@
|
|||||||
device_class: power_factor
|
device_class: power_factor
|
||||||
state_class: measurement
|
state_class: measurement
|
||||||
|
|
||||||
# Klimatizace - aktuální teplota
|
# Klimatizace - aktuální teplota
|
||||||
- name: "AC Livingroom Current temperature"
|
- name: "AC Livingroom Current temperature"
|
||||||
unique_id: ac_livingroom_current_temperature
|
unique_id: ac_livingroom_current_temperature
|
||||||
unit_of_measurement: "°C"
|
unit_of_measurement: "°C"
|
||||||
@ -56,4 +56,4 @@
|
|||||||
unique_id: ac_guestroom_current_temperature
|
unique_id: ac_guestroom_current_temperature
|
||||||
unit_of_measurement: "°C"
|
unit_of_measurement: "°C"
|
||||||
state: >
|
state: >
|
||||||
{{ state_attr('climate.ac_guestroom', 'current_temperature') }}
|
{{ state_attr('climate.ac_guestroom', 'current_temperature') }}
|
||||||
|
|||||||
10
var.yaml
Normal file
10
var.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
color_ac_livingroom:
|
||||||
|
initial_value: #ff9800
|
||||||
|
color_ac_bathroom:
|
||||||
|
initial_value: #3498db
|
||||||
|
color_ac_bedroom:
|
||||||
|
initial_value: #e74c3c
|
||||||
|
color_ac_childrensroom:
|
||||||
|
initial_value: #9b59b6
|
||||||
|
color_ac_guestroom:
|
||||||
|
initial_value: #f1c40f
|
||||||
@ -1,10 +1,10 @@
|
|||||||
'0xb4e3f9fffe102c12':
|
"0xb4e3f9fffe102c12":
|
||||||
friendly_name: livingroom/mainlight_gramophone
|
friendly_name: livingroom_mainlight_gramophone
|
||||||
'0x84fd27fffed7b8a4':
|
"0x84fd27fffed7b8a4":
|
||||||
friendly_name: livingroom/mainlight_fireplace
|
friendly_name: livingroom_mainlight_fireplace
|
||||||
'0x84fd27fffe80415b':
|
"0x84fd27fffe80415b":
|
||||||
friendly_name: livingroom/mainlight_library
|
friendly_name: livingroom_mainlight_library
|
||||||
'0xb4e3f9fffe102c1f':
|
"0xb4e3f9fffe102c1f":
|
||||||
friendly_name: livingroom/mainlight_aquarium
|
friendly_name: livingroom_mainlight_aquarium
|
||||||
'0x60a423fffefc9539':
|
"0x60a423fffefc9539":
|
||||||
friendly_name: livingroom/scene_switch
|
friendly_name: livingroom_scene_switch
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user