Skip to content

flipdream/homeassistant-custom-components

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

homeassistant-custom-components

My own custom components for Home Assistant

AEMET Sensor

Sensor support for AEMET (Agencia Estatal de Metereología) data service.

You need to get your "api_key" and find the nearest "station_id" at https://opendata.aemet.es/

# configuration.yaml
sensor:
  - platform: aemet
    name: AEMET
    api_key: !secret aemet_api_key
    station_id: !secret aemet_station_id
    monitored_conditions:
      - temperature
      - humidity
      - pressure
      - precipitation
      - snow
      - visibility
      - wind_speed

About

My own custom components for Home Assistant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%