Bump nextdns library to 1.2.0 (#82643)

This commit is contained in:
Maciej Bieniek 2022-11-24 19:24:47 +01:00 committed by GitHub
parent dfa1ecd032
commit 34633b0ede
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 3 deletions

View file

@ -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"],

View file

@ -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

View file

@ -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

View file

@ -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,

View file

@ -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,