core/homeassistant/components/weatherkit
TJ Horner cabfbc245d
Add weatherkit sensor platform (#101150)
* Add weatherkit sensor platform and tests

* Make unique ID assignment more explicit

* Fix missing argument

* Use const for top-level API response keys

* Address code review feedback
2023-10-01 23:20:09 +02:00
..
__init__.py Add weatherkit sensor platform (#101150) 2023-10-01 23:20:09 +02:00
config_flow.py
const.py Add weatherkit sensor platform (#101150) 2023-10-01 23:20:09 +02:00
coordinator.py
entity.py Add weatherkit sensor platform (#101150) 2023-10-01 23:20:09 +02:00
manifest.json
sensor.py Add weatherkit sensor platform (#101150) 2023-10-01 23:20:09 +02:00
strings.json Add weatherkit sensor platform (#101150) 2023-10-01 23:20:09 +02:00
weather.py Add weatherkit sensor platform (#101150) 2023-10-01 23:20:09 +02:00