/liberation-sensor

A sensor to integration Libération's news summaries into Home Assistant

Primary LanguagePythonMIT LicenseMIT

liberation-sensor

hacs_badge

This is a custom component for Home Assistant. The French newspaper Libération has a live feed where they regularly post short summaries of current events. This sensor parses that feed, finds the latest summary and converts it into markdown to be shown in a Markdown card.

This sensor is activated by adding the following into your configuration.yaml :

sensor:
  - platform: liberation_sensor
    unique_id: "liberation_recap"
    scan_interval: 900