Namespaces | |
| binary_sensor | |
| config_flow | |
| const | |
| coordinator | |
| device_trigger | |
| diagnostics | |
| entity | |
| helpers | |
| light | |
| media_player | |
| remote | |
| switch | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, PhilipsTVConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, PhilipsTVConfigEntry entry) |
| None | async_update_entry (HomeAssistant hass, PhilipsTVConfigEntry entry) |
Variables | |
| LOGGER = logging.getLogger(__name__) | |
| PhilipsTVConfigEntry = ConfigEntry[PhilipsTVDataUpdateCoordinator] | |
| list | PLATFORMS |
The Philips TV integration.
| bool homeassistant.components.philips_js.async_setup_entry | ( | HomeAssistant | hass, |
| PhilipsTVConfigEntry | entry | ||
| ) |
Set up Philips TV from a config entry.
Definition at line 36 of file __init__.py.
| bool homeassistant.components.philips_js.async_unload_entry | ( | HomeAssistant | hass, |
| PhilipsTVConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 69 of file __init__.py.
| None homeassistant.components.philips_js.async_update_entry | ( | HomeAssistant | hass, |
| PhilipsTVConfigEntry | entry | ||
| ) |
Update options.
Definition at line 64 of file __init__.py.
| homeassistant.components.philips_js.LOGGER = logging.getLogger(__name__) |
Definition at line 31 of file __init__.py.
| homeassistant.components.philips_js.PhilipsTVConfigEntry = ConfigEntry[PhilipsTVDataUpdateCoordinator] |
Definition at line 33 of file __init__.py.
| list homeassistant.components.philips_js.PLATFORMS |
Definition at line 23 of file __init__.py.