Bump nextdns library to 1.2.0 (#82643)
This commit is contained in:
parent
dfa1ecd032
commit
34633b0ede
5 changed files with 7 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
"name": "NextDNS",
|
"name": "NextDNS",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/nextdns",
|
"documentation": "https://www.home-assistant.io/integrations/nextdns",
|
||||||
"codeowners": ["@bieniu"],
|
"codeowners": ["@bieniu"],
|
||||||
"requirements": ["nextdns==1.1.1"],
|
"requirements": ["nextdns==1.2.0"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["nextdns"],
|
"loggers": ["nextdns"],
|
||||||
|
|
|
@ -1160,7 +1160,7 @@ nextcloudmonitor==1.1.0
|
||||||
nextcord==2.0.0a8
|
nextcord==2.0.0a8
|
||||||
|
|
||||||
# homeassistant.components.nextdns
|
# homeassistant.components.nextdns
|
||||||
nextdns==1.1.1
|
nextdns==1.2.0
|
||||||
|
|
||||||
# homeassistant.components.nibe_heatpump
|
# homeassistant.components.nibe_heatpump
|
||||||
nibe==1.3.0
|
nibe==1.3.0
|
||||||
|
|
|
@ -847,7 +847,7 @@ nexia==2.0.6
|
||||||
nextcord==2.0.0a8
|
nextcord==2.0.0a8
|
||||||
|
|
||||||
# homeassistant.components.nextdns
|
# homeassistant.components.nextdns
|
||||||
nextdns==1.1.1
|
nextdns==1.2.0
|
||||||
|
|
||||||
# homeassistant.components.nibe_heatpump
|
# homeassistant.components.nibe_heatpump
|
||||||
nibe==1.3.0
|
nibe==1.3.0
|
||||||
|
|
|
@ -52,6 +52,8 @@ SETTINGS = Settings(
|
||||||
google_safe_browsing=False,
|
google_safe_browsing=False,
|
||||||
idn_homograph_attacks_protection=True,
|
idn_homograph_attacks_protection=True,
|
||||||
logs=True,
|
logs=True,
|
||||||
|
logs_location="ch",
|
||||||
|
logs_retention=720,
|
||||||
safesearch=False,
|
safesearch=False,
|
||||||
threat_intelligence_feeds=True,
|
threat_intelligence_feeds=True,
|
||||||
typosquatting_protection=True,
|
typosquatting_protection=True,
|
||||||
|
|
|
@ -4,6 +4,8 @@
|
||||||
"cname_flattening": true,
|
"cname_flattening": true,
|
||||||
"anonymized_ecs": true,
|
"anonymized_ecs": true,
|
||||||
"logs": true,
|
"logs": true,
|
||||||
|
"logs_location": "ch",
|
||||||
|
"logs_retention": 720,
|
||||||
"web3": true,
|
"web3": true,
|
||||||
"allow_affiliate": true,
|
"allow_affiliate": true,
|
||||||
"block_disguised_trackers": true,
|
"block_disguised_trackers": true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue