This website requires JavaScript.
Explore
Help
Sign in
evlli
/
hass-core
Watch
1
Star
0
Fork
You've already forked hass-core
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
f5f89db8a4
hass-core
/
tests
/
helpers
History
Erik Montnemery
a8c14835b9
Add entity options to entity registry (
#64350
)
...
* Initial commit for entity options * Tweak broadlink tests * Add async_update_entity_options + test
2022-01-18 22:47:46 +01:00
..
__init__.py
test_aiohttp_client.py
test_area_registry.py
test_check_config.py
test_collection.py
test_condition.py
Use enums in helpers tests (
#62141
)
2021-12-17 11:09:24 +01:00
test_config_entry_flow.py
test_config_entry_oauth2_flow.py
test_config_validation.py
Assert current state of script condition validation in tests (
#62486
)
2021-12-21 14:10:05 +01:00
test_debounce.py
test_deprecation.py
test_device_registry.py
Convert disabled_by to DeviceEntryDisabler on load (
#63944
)
2022-01-11 20:50:32 -08:00
test_discovery.py
Use Platform enum in load_platform [tests] (
#63904
)
2022-01-12 15:07:30 +01:00
test_discovery_flow.py
test_dispatcher.py
test_entity.py
Use RegistryEntryDisabler (
#60436
)
2021-12-15 23:25:40 +02:00
test_entity_component.py
test_entity_platform.py
Fix hw_version not updating from an entity device_info (
#62254
)
2021-12-18 21:53:49 -08:00
test_entity_registry.py
Add entity options to entity registry (
#64350
)
2022-01-18 22:47:46 +01:00
test_entity_values.py
test_entityfilter.py
test_event.py
test_frame.py
test_httpx_client.py
test_icon.py
test_init.py
test_instance_id.py
test_integration_platform.py
test_intent.py
test_json.py
test_location.py
test_network.py
test_ratelimit.py
test_recorder.py
test_reload.py
test_restore_state.py
test_script.py
Support shorthand templates in condition actions (
#61177
)
2021-12-21 12:19:31 +01:00
test_script_variables.py
test_selector.py
test_service.py
Teach call service script action about entity registry ids (
#61172
)
2022-01-07 08:42:47 -08:00
test_significant_change.py
Use enums in helpers tests (
#62141
)
2021-12-17 11:09:24 +01:00
test_singleton.py
test_start.py
Support passing callbacks to start.async_at_start (
#63473
)
2022-01-05 18:04:09 +01:00
test_state.py
test_storage.py
Raise if trying to store mocks in storage (
#63622
)
2022-01-09 21:20:21 -08:00
test_storage_remove.py
test_sun.py
test_system_info.py
test_temperature.py
test_template.py
Add is_number as a test for use in select, selectattr, reject, and re… (
#63732
)
2022-01-10 13:00:43 +01:00
test_translation.py
test_trigger.py
test_update_coordinator.py