mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 07:51:46 -05:00
Bump nextdns to version 4.1.0 (#150706)
This commit is contained in:
@@ -7,5 +7,5 @@
|
||||
"integration_type": "service",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["nextdns"],
|
||||
"requirements": ["nextdns==4.0.0"]
|
||||
"requirements": ["nextdns==4.1.0"]
|
||||
}
|
||||
|
||||
Generated
+1
-1
@@ -1515,7 +1515,7 @@ nextcloudmonitor==1.5.1
|
||||
nextcord==3.1.0
|
||||
|
||||
# homeassistant.components.nextdns
|
||||
nextdns==4.0.0
|
||||
nextdns==4.1.0
|
||||
|
||||
# homeassistant.components.niko_home_control
|
||||
nhc==0.4.12
|
||||
|
||||
Generated
+1
-1
@@ -1298,7 +1298,7 @@ nextcloudmonitor==1.5.1
|
||||
nextcord==3.1.0
|
||||
|
||||
# homeassistant.components.nextdns
|
||||
nextdns==4.0.0
|
||||
nextdns==4.1.0
|
||||
|
||||
# homeassistant.components.niko_home_control
|
||||
nhc==0.4.12
|
||||
|
||||
@@ -39,6 +39,7 @@ SETTINGS = Settings(
|
||||
ai_threat_detection=True,
|
||||
allow_affiliate=True,
|
||||
anonymized_ecs=True,
|
||||
bav=True,
|
||||
block_bypass_methods=True,
|
||||
block_csam=True,
|
||||
block_ddns=True,
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
'ai_threat_detection': True,
|
||||
'allow_affiliate': True,
|
||||
'anonymized_ecs': True,
|
||||
'bav': True,
|
||||
'block_9gag': True,
|
||||
'block_amazon': True,
|
||||
'block_bereal': True,
|
||||
|
||||
Reference in New Issue
Block a user