Maciej Bieniek
5274165007
Use runtime_data
to store NextDNS data ( #116691 )
...
* 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 ( #116456 )
...
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 ( #115919 )
...
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
2024-04-22 11:19:35 +02:00
Joost Lekkerkerker
05172d8e4d
Improve loops and lists ( #113269 )
...
* Enable PERF
* Enable PERF rule
* Enable PERF rule
* Don't enable flag yet
2024-03-14 10:22:20 +01:00
Marc Mueller
988c71ecc5
Add empty line after module docstring [n-q] ( #112702 )
2024-03-08 15:04:07 +01:00
Maciej Bieniek
470de0a4de
Add icon translations to NextDNS ( #110179 )
...
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
2024-02-11 10:20:01 +01:00
Erik Montnemery
0c2485bc03
Freeze integration entity descriptions ( #105984 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-12-18 16:28:13 -10:00
Maciej Bieniek
449f18c9c1
Add entity name translations to NextDNS ( #90743 )
...
Add entity name translations
2023-04-04 00:01:04 -04:00
Erik Montnemery
cc564026fa
Move EntityCategory to homeassistant.const ( #87792 )
...
* 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 ( #77408 )
...
* Update pylint to 2.15.0
* Remove useless suppressions
* Fix TypeVar name
2022-08-28 21:14:09 +02:00
Maciej Bieniek
753a3c0921
Add new sensors to NextDNS integration ( #76262 )
...
* Add DNS-over-HTTP/3 sensors
* Update tests
2022-08-09 17:45:48 +02:00
Maciej Bieniek
cd1227d8b9
Fix default sensor names in NextDNS integration ( #76264 )
2022-08-07 15:04:04 +02:00
Maciej Bieniek
5b555066ea
Add new NextDNS sensors ( #74789 )
2022-07-23 00:18:22 +02:00
Maciej Bieniek
8820ce0bdd
Migrate NextDNS to new entity naming style ( #74951 )
...
* Use new entity naming style
* Remove unnecessary code
* Only the first word should be capitalised
2022-07-11 15:59:46 +02:00
epenet
b2a3071658
Cleanup generic in NextDNS ( #74705 )
...
Cleanup generic in nextdns
2022-07-08 16:19:32 +02:00
epenet
46f2abc38c
Use generics in NextDNS ( #74517 )
...
Use generics in nextdns
2022-07-07 09:22:35 +02:00
Maciej Bieniek
8ccb008834
Address NextDNS late review ( #74503 )
...
* Fix coordinator type
* Remove pylint disable
2022-07-06 14:29:26 +02:00
Maciej Bieniek
a2a4361d6e
Address late comment for NextDNS ( #74365 )
...
* Simplify code
* Use async_config_entry_first_refresh()
* Use lambda to get value
2022-07-05 20:12:09 -07:00
Maciej Bieniek
84119eefaa
Add NextDNS integration ( #74150 )
...
* Initial commit
* Update manifest
* Add first test
* Simplify init
* More tests
* Update tests
* More tests
* More tests
* Add tests for sensor platform
* More tests for sensor platform
* Add tests for system_health
* Fix typo
* Improve test coverage
* Improve test coverage
* Add tests for diagnostics
* Add comment
* Run hassfest
* Fix typo
* Run gen_requirements_all
* Fix tests
* Change key name in diagnostics
* Remove diagnostics and system_health platforms
* Bump library
2022-07-03 09:51:50 -07:00