homeassistant: name: Tannenhof latitude: 47.673915 longitude: 9.198320 elevation: 410 unit_system: metric time_zone: Europe/Berlin customize: !include customize.yaml zone: - name: HTWG latitude: 47.6677028 longitude: 9.1669044 radius: 250 icon: mdi:school - name: Work latitude: 47.6626744 longitude: 9.1721211 icon: mdi:work # Enables the frontend frontend: themes: !include midnight.yaml # Enables configuration UI config: weather: - platform: openweathermap name: Weather api_key: a4ed09bb6876088218126eb856cc06b5 map: homekit: filter: exclude_domains: - script - automation exclude_entities: - switch.coverdirection - switch.coverenable - switch.lightrelay logbook: history: device_tracker: - platform: fritz new_device_defaults: track_new_devices: False hide_if_away: False - platform: luci host: 192.168.1.1 username: !secret luci_username password: !secret luci_password new_device_defaults: track_new_devices: False hide_if_away: False ios: sensor: - platform: dht sensor: DHT22 pin: 18 monitored_conditions: - temperature - humidity - platform: fritzbox_callmonitor name: Phone username: homeassistant password: !secret fritz_password phonebook: 0 prefixes: - '+49' binary_sensor: - platform: rpi_gpio ports: 14: pir history_graph: temperature: name: Temperature entities: - sensor.dht_sensor_temperature hours_to_show: 12 refresh: 60 humidity: name: Humidity entities: - sensor.dht_sensor_humidity hours_to_show: 12 light: - platform: flux_led devices: 192.168.1.185: name: Led Strip - platform: template lights: room_light: friendly_name: "Room Light" turn_on: service: switch.turn_on entity_id: switch.lightrelay turn_off: service: switch.turn_off entity_id: switch.lightrelay switch: - platform: wake_on_lan name: Desktop mac_address: "4C-ED-FB-94-9D-24" host: 192.168.1.3 turn_off: service: shell_command.turn_off_desktop - platform: rpi_rf gpio: 24 switches: lightrelay: pulselength: 315 code_on: 999915 code_off: 999910 anet: code_on: 17745 code_off: 17748 subwoofer: code_on: 20817 code_off: 20820 coverdirection: pulselength: 315 code_on: 999925 code_off: 999920 coverenable: pulselength: 315 code_on: 999935 code_off: 999930 media_player: - platform: spotify client_id: !secret spotify_client_id client_secret: !secret spotify_client_secret scan_interval: 10 cover: - platform: template covers: blinds: friendly_name: "Rollladen" position_template: "50" open_cover: service: script.coverup close_cover: service: script.coverdown stop_cover: service: script.coverstop set_cover_tilt_position: service: script.coverposition data_template: delay: '{{position}}' shell_command: turn_off_desktop: 'net rpc shutdown --ipaddress 192.168.1.3 --user Joshu%CYNTWyZkRBFik' http: # Secrets are defined in the file secrets.yaml #api_password: !secret http_password #base_url: https://home.rutschmann.tech api_password: !secret http_password base_url: http://localhost:8123 #trusted_networks: # - 127.0.0.1 ifttt: key: !secret webhooks_key sun: group: !include groups.yaml automation: !include automations.yaml script: !include scripts.yaml