mirror of
https://github.com/skalavala/mysmarthome.git
synced 2025-02-09 00:54:52 +00:00
10 lines
192 B
YAML
Executable File
10 lines
192 B
YAML
Executable File
homeassistant:
|
|
|
|
|
|
sensor:
|
|
- platform: mqtt
|
|
name: "Master Bed Sensor"
|
|
state_topic: "/master_bed/master_bed/WeightChanA"
|
|
value_template: "{{ value }}"
|
|
unit_of_measurement: load
|