1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/nws
MatthewFlamm f8f0495319
Add nws sensor platform (#45027)
* Resolve rebase conflict.

Remove logging

* lint: fix elif after return

* fix attribution

* add tests for None valuea

* Remove Entity import

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Import SensorEntity

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Inherit SensorEntity

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* remove unused logging

* Use CoordinatorEntity

* Use type instead of name.

* add all entities

* add nice rounding to temperature and humidity

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2021-04-01 18:50:37 +02:00
..
translations [ci skip] Translation update 2021-03-23 00:03:29 +00:00
__init__.py Add nws sensor platform (#45027) 2021-04-01 18:50:37 +02:00
config_flow.py Update pylint to 2.7.3 (#48488) 2021-03-29 18:02:56 -10:00
const.py Add nws sensor platform (#45027) 2021-04-01 18:50:37 +02:00
manifest.json bump pynws to 1.3.0 (#40386) 2020-09-21 19:18:54 +02:00
sensor.py Add nws sensor platform (#45027) 2021-04-01 18:50:37 +02:00
strings.json Update strings.json to clarify the requirements for the API key (#44143) 2020-12-12 10:29:41 +01:00
weather.py Add nws sensor platform (#45027) 2021-04-01 18:50:37 +02:00