Remove deprecated Uptime YAML configuration (#86292)

This commit is contained in:
Franck Nijhof 2023-01-20 17:50:32 +01:00 committed by GitHub
parent 7e8c081065
commit 914704e459
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 111 deletions

View file

@ -5,5 +5,3 @@ from homeassistant.const import Platform
DOMAIN: Final = "uptime"
PLATFORMS: Final = [Platform.SENSOR]
DEFAULT_NAME: Final = "Uptime"