Skip to content

Commit

Permalink
Fix Hassfest validation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
040medien committed Oct 29, 2024
1 parent ac2b968 commit f13e176
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions custom_components/stadtreinigung_hamburg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
"""The Stadtreinigung Hamburg integration"""
from homeassistant.config_entries import ConfigEntry
from homeassistant.core import Config, HomeAssistant
import homeassistant.helpers.config_validation as cv
from homeassistant.const import CONF_NAME

DOMAIN = "stadtreinigung_hamburg"

CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)

async def async_setup(hass, config):
"""Do not allow config via configuration.yaml"""
Expand Down
1 change: 1 addition & 0 deletions custom_components/stadtreinigung_hamburg/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"lxml_html_clean"
],
"config_flow": true,
"iot_class": "cloud_polling",
"version": "1.1.5"
}

0 comments on commit f13e176

Please sign in to comment.