initial commit

This commit is contained in:
Jonas Forsberg
2022-07-23 11:14:56 +02:00
commit e86638d38f
13 changed files with 1064 additions and 0 deletions

9
sensors/rfxcom.yaml Normal file
View File

@@ -0,0 +1,9 @@
- 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