diff --git a/source/_components/pollen_benadryl.markdown b/source/_components/pollen_benadryl.markdown new file mode 100644 index 000000000000..94f3befa9541 --- /dev/null +++ b/source/_components/pollen_benadryl.markdown @@ -0,0 +1,28 @@ +--- +layout: page +title: "Benadryl Social Pollen Count Sensor" +description: "How to integrate the Benadryl Social Pollen Count sensor into Home Assistant." +date: 2018-12-24 18:00 +sidebar: true +comments: false +sharing: true +footer: true +logo: benadryl_pollen.png +ha_category: + - Sensor + - Health +ha_release: 0.95 +ha_iot_class: Cloud Polling +--- + +The Benadryl Social Pollen Count sensor pulls the current pollen count from the [website](https://www.benadryl.co.uk/social-pollen-count) to your instance. + +## {% linkable_title Configuration %} + +To enable this platform, add the following to your `configuration.yaml` file: + +```yaml +# Example configuration.yaml entry +sensor: + - platform: pollen_benadryl +``` diff --git a/source/images/supported_brands/benadryl_pollen.png b/source/images/supported_brands/benadryl_pollen.png new file mode 100644 index 000000000000..5b95c8c7ba5f Binary files /dev/null and b/source/images/supported_brands/benadryl_pollen.png differ