1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-06 23:19:18 +00:00

12 Commits

Author SHA1 Message Date
Maciej Bieniek
3c3a948c33
EntityDescription doesn't need to be generic for NextDNS binary sensor and switch platforms () 2024-05-03 13:56:38 +02:00
Maciej Bieniek
5274165007
Use runtime_data to store NextDNS data ()
* Use runtime_data to store data

* Use data type instead of CoordinatorDataT

---------

Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
2024-05-03 13:39:10 +02:00
Maciej Bieniek
f9b1b371e9
Remove entity description mixin in NextDNS ()
Remove entity description mixin

Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
2024-04-30 16:05:49 +02:00
Maciej Bieniek
354e8e92f3
Move NextDNS data update coordinators to the coordinator module ()
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
2024-04-22 11:19:35 +02:00
Joost Lekkerkerker
e6a692f354
Improve lists in integrations [N-O] () 2024-03-13 21:51:38 +01:00
Marc Mueller
988c71ecc5
Add empty line after module docstring [n-q] () 2024-03-08 15:04:07 +01:00
Erik Montnemery
0c2485bc03
Freeze integration entity descriptions ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-12-18 16:28:13 -10:00
Maciej Bieniek
2f22613cf9
Address late review for NextDNS entity name translations () 2023-04-04 12:56:39 +02:00
Maciej Bieniek
449f18c9c1
Add entity name translations to NextDNS ()
Add entity name translations
2023-04-04 00:01:04 -04:00
Erik Montnemery
cc564026fa
Move EntityCategory to homeassistant.const ()
* Move EntityCategory to homeassistant.const

* Fix more imports
2023-02-09 20:15:37 +01:00
Marc Mueller
1210897f83
Update pylint to 2.15.0 ()
* Update pylint to 2.15.0

* Remove useless suppressions

* Fix TypeVar name
2022-08-28 21:14:09 +02:00
Maciej Bieniek
6eb1dbdb74
Add NextDNS binary sensor platform ()
* Add binary_sensor platform

* Add tests

* Add quality scale

* Sort coordinators

* Remove quality scale

* Fix docstring
2022-08-09 17:51:04 +02:00