home-assistant/sensors/rfxcom.yaml
2022-07-23 11:14:56 +02:00

10 lines
287 B
YAML

- platform: mqtt
name: kitchen_temp
state_topic: rfxcom/kitchen
unit_of_measurement: "C"
json_attributes_template: "{{ value_json.status }}"
value_template: "{{ value_json.payload.temperature.value }}"
- platform: mqtt
name: coffee_pot_timer
state_topic: timers/coffee_pot