hass-core/homeassistant/components/doorbird
J. Nick Koston 5c09d81f86
Ensure doorbird always prefers internal url (#88369)
* Ensure doorbird always uses internal url

The doorbird should always use the internal url to
ensure the webhooks work. The doorbird does not
verify ssl so there is no concern about ssl matching
according to the LAN-2-LAN API v0.32 Dec 21 2022

* adjust

* Update homeassistant/components/doorbird/__init__.py
2023-02-18 09:33:40 +01:00
..
__init__.py Ensure doorbird always prefers internal url (#88369) 2023-02-18 09:33:40 +01:00
button.py Use _attr_* properties for Doorbird camera (#64734) 2022-01-22 17:53:44 -10:00
camera.py Cleanup supported_features default values (#82306) 2022-11-18 10:09:40 +01:00
config_flow.py Make use of str.removeprefix and .removesuffix (#85584) 2023-01-13 12:19:38 +01:00
const.py Change doorbird relay/IR switch to button (#63995) 2022-01-15 09:02:31 -10:00
entity.py Use _attr_* properties for Doorbird camera (#64734) 2022-01-22 17:53:44 -10:00
logbook.py Use platform constants from root (#78032) 2022-09-08 12:24:45 +02:00
manifest.json Sort manifests 2 (#87023) 2023-02-08 20:16:39 +01:00
strings.json Ban brand name translations as step titles (#68801) 2022-03-28 10:41:39 -07:00
util.py