home-assistant/sensors/rfxcom.yaml

10 lines
287 B
YAML
Raw Normal View History

2022-07-23 09:14:56 +00:00
- 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