mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Bump nextdns library to 1.2.0 (#82643)
This commit is contained in:
parent
dfa1ecd032
commit
34633b0ede
@ -3,7 +3,7 @@
|
||||
"name": "NextDNS",
|
||||
"documentation": "https://www.home-assistant.io/integrations/nextdns",
|
||||
"codeowners": ["@bieniu"],
|
||||
"requirements": ["nextdns==1.1.1"],
|
||||
"requirements": ["nextdns==1.2.0"],
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["nextdns"],
|
||||
|
@ -1160,7 +1160,7 @@ nextcloudmonitor==1.1.0
|
||||
nextcord==2.0.0a8
|
||||
|
||||
# homeassistant.components.nextdns
|
||||
nextdns==1.1.1
|
||||
nextdns==1.2.0
|
||||
|
||||
# homeassistant.components.nibe_heatpump
|
||||
nibe==1.3.0
|
||||
|
@ -847,7 +847,7 @@ nexia==2.0.6
|
||||
nextcord==2.0.0a8
|
||||
|
||||
# homeassistant.components.nextdns
|
||||
nextdns==1.1.1
|
||||
nextdns==1.2.0
|
||||
|
||||
# homeassistant.components.nibe_heatpump
|
||||
nibe==1.3.0
|
||||
|
@ -52,6 +52,8 @@ SETTINGS = Settings(
|
||||
google_safe_browsing=False,
|
||||
idn_homograph_attacks_protection=True,
|
||||
logs=True,
|
||||
logs_location="ch",
|
||||
logs_retention=720,
|
||||
safesearch=False,
|
||||
threat_intelligence_feeds=True,
|
||||
typosquatting_protection=True,
|
||||
|
@ -4,6 +4,8 @@
|
||||
"cname_flattening": true,
|
||||
"anonymized_ecs": true,
|
||||
"logs": true,
|
||||
"logs_location": "ch",
|
||||
"logs_retention": 720,
|
||||
"web3": true,
|
||||
"allow_affiliate": true,
|
||||
"block_disguised_trackers": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user