Be consistent with Home Assistant and Hass.io spelling (#30500)
* Be consistent with Home Assistant spelling * Be consistent with Hass.io spelling
This commit is contained in:
parent
24b25b8917
commit
5216477353
139 changed files with 189 additions and 189 deletions
|
@ -24,7 +24,7 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend(
|
|||
|
||||
|
||||
def setup_platform(hass, config, add_entities, discovery_info=None):
|
||||
"""Set up the platform in HASS and Case Information."""
|
||||
"""Set up the platform in Home Assistant and Case Information."""
|
||||
uscis = UscisSensor(config["case_id"], config[CONF_FRIENDLY_NAME])
|
||||
uscis.update()
|
||||
if uscis.valid_case_id:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue