Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.html5.issues Namespace Reference

Functions

None async_create_html5_issue (HomeAssistant hass, bool import_success)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string FAILED_IMPORT_TRANSLATION_KEY = "deprecated_yaml_import_issue"
 
string INTEGRATION_TITLE = "HTML5 Push Notifications"
 
string SUCCESSFUL_IMPORT_TRANSLATION_KEY = "deprecated_yaml"
 

Detailed Description

Issues utility for HTML5.

Function Documentation

◆ async_create_html5_issue()

None homeassistant.components.html5.issues.async_create_html5_issue ( HomeAssistant  hass,
bool  import_success 
)
Create issues for HTML5.

Definition at line 19 of file issues.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.html5.issues._LOGGER = logging.getLogger(__name__)
private

Definition at line 10 of file issues.py.

◆ FAILED_IMPORT_TRANSLATION_KEY

string homeassistant.components.html5.issues.FAILED_IMPORT_TRANSLATION_KEY = "deprecated_yaml_import_issue"

Definition at line 13 of file issues.py.

◆ INTEGRATION_TITLE

string homeassistant.components.html5.issues.INTEGRATION_TITLE = "HTML5 Push Notifications"

Definition at line 15 of file issues.py.

◆ SUCCESSFUL_IMPORT_TRANSLATION_KEY

string homeassistant.components.html5.issues.SUCCESSFUL_IMPORT_TRANSLATION_KEY = "deprecated_yaml"

Definition at line 12 of file issues.py.