lfasci / homeassistant-metar

A sensor for METAR temperatures. https://en.wikipedia.org/wiki/METAR
8 stars 9 forks source link

homeassistant-metar

A sensor for METAR temperatures. https://en.wikipedia.org/wiki/METAR

Configuration

To enable it, add the following lines to your configuration.yaml:

# Example configuration.yaml entry
sensor:
  - platform: metar
    airport_name: Pisa
    airport_code: LIRP
    monitored_conditions:
      - time
      - temperature
      - wind
      - pressure
      - visibility
      - precipitation
      - sky

Configuration Variables

It need metar python module.

It's a custom component so it must be downloaded under /custom_components folder.