hass-core/homeassistant/helpers
2023-09-06 09:49:42 +02:00
..
service_info Make dataclasses in HA core slotted () 2023-04-11 07:58:28 -10:00
__init__.py Enable Ruff SIM118 () 2023-02-15 12:39:12 +01:00
aiohttp_client.py Use asyncio.timeout [core] () 2023-08-15 08:36:05 -05:00
aiohttp_compat.py Add a cancel message to the aiohttp compatiblity layer () 2023-07-22 17:06:32 -05:00
area_registry.py Remove deprecated async_get_registry () 2023-04-23 23:02:21 -04:00
check_config.py Don't allow hass.config.config_dir to be None () 2023-08-16 13:00:14 +02:00
collection.py Add TypeVar defaults for DataUpdateCoordinator and EntityComponent () 2023-06-22 03:33:23 +02:00
condition.py Allow conditions to be implemented in platforms () 2023-02-23 22:30:51 -05:00
config_entry_flow.py Update Union typing (4) [Py310] () 2023-01-23 09:04:40 +01:00
config_entry_oauth2_flow.py Use asyncio.timeout [core] () 2023-08-15 08:36:05 -05:00
config_validation.py Remove unnnecessary pylint configs from core () 2023-08-22 23:12:12 +02:00
data_entry_flow.py Use @require_admin decorator () 2023-08-14 15:07:20 +02:00
debounce.py Downgrade Debouncer call ignored log message () 2023-08-22 14:42:33 -05:00
deprecation.py Import ParamSpec from typing [Py310] () 2023-01-23 07:28:43 +01:00
device_registry.py Don't allow creating device if config entry does not exist () 2023-08-10 22:09:13 -04:00
discovery.py Add names to common helper tasks () 2023-04-05 08:41:15 +02:00
discovery_flow.py Fix benign typo in discovery flow helper () 2023-03-28 13:01:41 +02:00
dispatcher.py Refactor dispatcher to reduce run time and memory overhead () 2023-09-05 21:18:27 -04:00
entity.py Set state of entity with invalid state to unknown () 2023-09-04 14:09:51 +02:00
entity_component.py Add service response data for listing calendar events () 2023-06-23 23:34:34 -04:00
entity_platform.py Do not add entities with invalid device info () 2023-08-11 13:14:47 +02:00
entity_registry.py Update python-typing-update to 0.6.0 () 2023-07-31 17:59:40 +02:00
entity_values.py Limit cache size of EntityValues () 2023-06-21 22:23:35 +02:00
entityfilter.py Reduce code in entity filter () 2023-06-21 08:37:19 +01:00
event.py Refactor async_call_at and async_call_later event helpers to avoid creating closures () 2023-09-03 08:19:06 -05:00
frame.py String formatting and max line length - Part 7 () 2022-12-27 11:18:56 +01:00
httpx_client.py Import names from typing instead of typing_extensions [3.11] () 2023-07-22 17:03:44 -05:00
icon.py Bump pyupgrade to 2.12.0 () 2021-04-09 09:58:27 -07:00
instance_id.py Regenerate instance ID on error () 2023-06-20 11:16:51 +02:00
integration_platform.py Make dataclasses in HA core slotted () 2023-04-11 07:58:28 -10:00
intent.py Update service call return values and error handling () 2023-06-16 07:01:40 -07:00
issue_registry.py Make the check_config script open issue_registry read only () 2023-08-18 20:15:00 +02:00
json.py Remove unnnecessary pylint configs from core () 2023-08-22 23:12:12 +02:00
location.py Code styling tweaks to core helpers () 2023-01-08 13:44:09 -10:00
network.py Update black to 23.1.0 () 2023-02-02 18:35:24 +01:00
ratelimit.py Use assignment expressions 03 () 2021-10-17 20:08:11 +02:00
recorder.py Make dataclasses in HA core slotted () 2023-04-11 07:58:28 -10:00
reload.py Make EntityComponent generic () 2022-09-14 14:16:23 -04:00
restore_state.py Import names from typing instead of typing_extensions [3.11] () 2023-07-22 17:03:44 -05:00
schema_config_entry_flow.py Use a single WS command for group preview () 2023-08-24 11:59:24 +02:00
script.py Extend template entities with a script section () 2023-09-02 16:19:45 -07:00
script_variables.py Move disallow-any-generics to mypy.ini () 2022-01-11 13:33:25 -08:00
selector.py Add lawnmower entity () 2023-08-21 12:19:55 +02:00
sensor.py Move DeviceInfo from entity to device registry () 2023-08-10 22:04:26 -04:00
service.py Upgrade ruff to 0.0.285 () 2023-08-19 08:17:17 -04:00
signal.py Make hass.async_stop an untracked task () 2023-02-24 23:11:48 -05:00
significant_change.py Update Optional typing (1) [Py310] () 2023-01-23 09:56:10 +01:00
singleton.py Update mypy to 1.4.0 () 2023-06-21 16:12:51 +02:00
start.py Add at_started helper () 2022-10-05 12:24:51 +02:00
state.py Remove deprecated state.get_changed_since () 2023-07-18 09:42:48 +02:00
storage.py Remove unnnecessary pylint configs from core () 2023-08-22 23:12:12 +02:00
sun.py Fix infinite loop in sun.sun () 2023-03-14 16:27:29 -10:00
system_info.py Ensure async_get_system_info does not fail if supervisor is unavailable () 2023-07-16 11:10:07 -04:00
temperature.py Use unit_conversion in components () 2022-09-28 16:05:31 +02:00
template.py Small cleanup of TemplateEnvironment () 2023-09-04 22:19:40 +02:00
trace.py Use slots in TraceElement () 2023-07-05 08:44:00 +02:00
translation.py Add support for service translations () 2023-07-11 15:52:12 +02:00
trigger.py Make dataclasses in HA core slotted () 2023-04-11 07:58:28 -10:00
trigger_template_entity.py Include template listener info in template preview () 2023-09-06 09:49:42 +02:00
typing.py Add generic Event class () 2023-07-23 21:51:54 +02:00
update_coordinator.py Use loop.time in DataUpdateCoordinator () 2023-08-28 10:16:34 -05:00