ДЦ
Size: a a a
ДЦ
SM
ДЦ
ДЦ
ДЦ
ДЦ
SM
IB
docker pull docker.io/homeassistant/raspberrypi3-homeassistant:0.102.2
— все качается без проблемIB
ДЦ
НВ
- platform: mqtt
state_topic: 'home/mi_gateway_1'
name: 'MI temperature 11'
value_template: '{{ value_json.temperature_11 }}'
- platform: mqtt
state_topic: 'home/mi_gateway_1'
name: 'MI humidity 11'
value_template: '{{ value_json.humidity_11 }}'
- platform: mqtt
state_topic: 'home/mi_gateway_1'
name: 'MI battery 11'
value_template: '{{ value_json.battery_11 }}'
- platform: mqtt
state_topic: 'home/mi_gateway_1'
name: 'MI RSSI 11'
value_template: '{{ value_json.rssi_11 }}'
ДЦ
НВ
ДЦ
ДЦ
НВ
ДЦ
ДЦ
- platform: mqtt
name: BRIX SSD Temperature
state_topic: "brix/telemetry"
qos: 0
expire_after: 150
force_update: true
value_template: "{{ value_json.Children[0].Children[3].Children[0].Children[0].Value.split(' ')[0].replace(',','.') | int }}"
unit_of_measurement: '°C'
icon: mdi:thermometer
ДЦ
НВ
- platform: mqtt
name: BRIX SSD Temperature
state_topic: "brix/telemetry"
qos: 0
expire_after: 150
force_update: true
value_template: "{{ value_json.Children[0].Children[3].Children[0].Children[0].Value.split(' ')[0].replace(',','.') | int }}"
unit_of_measurement: '°C'
icon: mdi:thermometer