get paid to paste

Configuration HA

####################################################
#                                                  #
#                      Basic                       #
#                                                  #
####################################################
homeassistant:
    name: Casa
    latitude:
    longitude: 
    unit_system: metric
    time_zone: Europe/Lisbon
    elevation: 
    customize: !include customize.yaml

ifttt:
    key: 

http:
  api_password: 
  ssl_certificate:
  ssl_key:

####################################################
#                                                  #
#                     Enables                      #
#                                                  #
####################################################
frontend:
updater:
  reporting: false
discovery:
conversation:
history:
logbook:
sun:
ios:

notify:
  - platform: ios

####################################################
#                                                  #
#                     Groups                       #
#                                                  #
####################################################
group: !include groups.yaml

####################################################
#                                                  #
#                     Scenes                       #
#                                                  #
####################################################
scene:
  - name: Romântica
    entities:
      light.luz_cho:
        state: on
        xy_color: [0.67, 0.25]
        brightness: 255
      light.luz_canto_radiador:
        state: on
        xy_color: [0.67, 0.25]
        brightness: 255

####################################################
#                                                  #
#                     Things                       #
#                                                  #
####################################################
light:
    platform: hue
    host:
    allow_unreachable: true

wemo:

device_tracker:
    platform: icloud
    username:
    password:
    track_new_devices: yes
    interval_seconds: 12
    consider_home: 60

netatmo:
    api_key:
    secret_key:
    username:
    password:

media_player:
  platform: webostv
  host:
  name: TV Cozinha

media_player 2:
    platform: cast
    host:

vera:
  vera_controller_url: 

weblink:
  entities:
    - name: Notícias ao Minuto
      url: https://www.noticiasaominuto.com/
      icon: mdi:newspaper
    - name: A Bola
      url: http://www.abola.pt/
      icon: mdi:soccer

input_select:
  numeros:
    name: Pressionar para ver mais...
    options:
     - PSP - "Número PSP"
     - Bombeiros - "Número Bombeiros"
    initial: PSP - "Número PSP"
    icon: mdi:phone

####################################################
#                                                  #
#                     Sensor                       #
#                                                  #
####################################################
sensor:
    platform: netatmo
    modules:
        Interior:
            - temperature
            - humidity
            - pressure
            - co2
            - max_temp
            - min_temp
            - wifi_status
            - noise
        Exterior:
            - temperature
            - humidity
            - battery_vp
            - min_temp
            - max_temp
            - rf_status
        Pluviômetro:
            - rain
            - sum_rain_1
            - sum_rain_24
            - battery_vp
            - rf_status

sensor 2:
  platform: speedtest
  minute: 30
  hour:
    - 0
    - 6
    - 12
    - 18
  monitored_conditions:
    - ping
    - download
    - upload

sensor 3:
  - platform: systemmonitor
    resources:
      - type: disk_free
        arg: /home
      - type: memory_free
      - type: processor_use
      - type: last_boot

sensor 4:
  platform: fixer
  name: Taxa de Câmbio EUR USD
  base: EUR
  target: USD

sensor 5:
  platform: time_date
  display_options:
    - 'date_time'

sensor 6:
  platform: fixer
  name: Taxa de Câmbio  EUR GBP
  base: EUR
  target: GBP

sensor 7:
  platform: openweathermap
  api_key:
  forecast: 1
  monitored_conditions:
    - weather
    - temperature

camera:
  platform: generic
  still_image_url: http://api.sat24.com/animated/SP/visual/1/GMT%20Standard%20Time/8152117
  name: Satélite Portugal/Espanha

camera 2:
  platform: generic
  still_image_url: http://api.sat24.com/animated/SP/infraPolair/1/GMT%20Standard%20Time/3251484
  name: Satélite InfraRed Portugal/Espanha

climate:
  platform: netatmo
  relay: Termóstato
  thermostat:
    - Quarto Corredor

Pasted: Jan 13, 2017, 5:52:03 pm
Views: 26