core/tests/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
..
__init__.py
conftest.py Add nws sensor platform (#45027) 2021-04-01 18:50:37 +02:00
const.py Add nws sensor platform (#45027) 2021-04-01 18:50:37 +02:00
test_config_flow.py Drop asynctest (#44746) 2021-01-01 22:31:56 +01:00
test_init.py Mark entities as unavailable when they are removed but are still registered (#45528) 2021-02-08 10:45:46 +01:00
test_sensor.py Add nws sensor platform (#45027) 2021-04-01 18:50:37 +02:00
test_weather.py Add nws sensor platform (#45027) 2021-04-01 18:50:37 +02:00