Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Configure a default setup of Home Assistant (frontend, api, etc)
- default_config:
- # Text to speech
- tts:
- - platform: google_translate
- group: !include groups.yaml
- automation: !include automations.yaml
- script: !include scripts.yaml
- scene: !include scenes.yaml
- # Maria DB
- recorder:
- db_url: !secret mariadb
- # System Monitoring
- sensor:
- - platform: systemmonitor
- resources:
- - type: processor_use
- - type: processor_temperature
- - type: memory_free
- - type: disk_use_percent
- arg: /
- - type: disk_use
- - type: disk_free
- # Google Calendar
- google:
- client_id: !secret googlecalendarclientid
- client_secret: !secret googlecalendarclientsecret
- climate:
- - platform: generic_thermostat
- name: Meredith's Fan
- heater: switch.merediths_fan
- target_sensor: sensor.meredith_s_bedroom_temp
- min_temp: 50
- max_temp: 77
- ac_mode: true
- target_temp: 70
- cold_tolerance: 0.3
- hot_tolerance: 0
- min_cycle_duration:
- seconds: 5
- keep_alive:
- minutes: 3
- initial_hvac_mode: "off"
- precision: 0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement