homeassistant:
  # Name of the location where Home Assistant is running
  name: Home
  # Location required to calculate the time the sun rises and sets
  latitude: 49.4668
  longitude: 2.07255
  # Impacts weather/sunrise data (altitude above sea level in meters)
  elevation: 0
  # metric for Metric, imperial for Imperial
  unit_system: metric
  # Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
  time_zone: Europe/Paris
  # Customization file
  customize: !include customize.yaml

# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:

# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
http:
  base_url: 10.101.0.42:8123

# Discover some devices automatically
discovery:

# Sensors
sensor:
  # Weather prediction
  - platform: yr

  - platform: serial
    serial_port: /dev/ttyUSB0
    #value_template: "{{ (states('sensor.serial_sensor') + 1.0 ) | round(1) }}"
    #value_template: "{{ (((states('sensor.serial_sensor') | float * 5 / 1024 ) - 0.5) * 100) | round(1) }}"

# Text to speech
tts:
  - platform: google_translate

  - platform: picotts
    language: 'fr-FR'

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml

notify:
  - name: twitter
    platform: twitter
    consumer_key: JNxxxxxxxxxxxxxxxxxxxX
    consumer_secret: U8xxxxxxxxxxxxxxxxxxxxxxxxxxxxxXMs
    access_token: 11xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxWDl 
    access_token_secret: xYxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxgcBFV

media_player:
  - platform: vlc
    