Add buttons and deprecate services for Fritz (#61483)

* Add buttons and deprecate services

* Exclude tests

* Log full service name
This commit is contained in:
Simone Chemelli
2021-12-16 13:25:06 +01:00
committed by GitHub
parent 116759f2a1
commit 105ad861bd
4 changed files with 128 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ from homeassistant.const import Platform
DOMAIN = "fritz"
PLATFORMS = [
Platform.BUTTON,
Platform.BINARY_SENSOR,
Platform.DEVICE_TRACKER,
Platform.SENSOR,