.. |
add-ons
|
Rename snapshot -> backup (#963)
|
2021-07-27 10:10:38 +02:00 |
api
|
Rename snapshot -> backup (#963)
|
2021-07-27 10:10:38 +02:00 |
architecture
|
Minor grammatical fixes to core.md (#944)
|
2021-05-23 08:48:32 -07:00 |
core
|
Add device class monetary (#1005)
|
2021-07-28 21:22:25 +02:00 |
documenting
|
Spelling and grammar fixes (#909)
|
2021-04-30 08:01:54 +02:00 |
frontend
|
Rename snapshot -> backup (#963)
|
2021-07-27 10:10:38 +02:00 |
internationalization
|
Fix GitHub repository links and use dev branch when possible (#971)
|
2021-06-18 14:08:47 +02:00 |
operating-system
|
Update debugging.md (#987)
|
2021-06-29 19:20:17 +02:00 |
supervisor
|
Removed reference to "Build Supervisor" as task no longer exists (#923)
|
2021-05-10 11:59:33 +02:00 |
add-ons.md
|
Replace Hass.io (#591)
|
2020-07-03 15:42:27 +02:00 |
api_lib_auth.md
|
Fix sync example (#741)
|
2020-12-01 09:01:10 +01:00 |
api_lib_data_models.md
|
Code block improvements (#382)
|
2020-01-13 21:55:41 +02:00 |
api_lib_index.md
|
Fixes some Typos in the Documentation (#678)
|
2020-10-11 15:47:52 +01:00 |
architecture_components.md
|
Improve architecture docs (#850)
|
2021-03-16 18:10:21 +01:00 |
architecture_index.md
|
Remove invert from architecture figure (#859)
|
2021-03-21 21:29:47 +01:00 |
area_registry_index.md
|
Reorganize architecture section (#839)
|
2021-03-10 09:17:54 -08:00 |
asyncio_101.md
|
Collection of fixes and improvements (#516)
|
2020-05-11 08:12:01 -07:00 |
asyncio_categorizing_functions.md
|
Code block improvements (#382)
|
2020-01-13 21:55:41 +02:00 |
asyncio_index.md
|
asyncio_index: clearer language (#128)
|
2018-10-16 16:23:11 +02:00 |
asyncio_working_with_async.md
|
Collection of fixes and improvements (#516)
|
2020-05-11 08:12:01 -07:00 |
auth_api.md
|
Typo: s/thee/the/ (#882)
|
2021-04-11 10:42:01 +02:00 |
auth_auth_module.md
|
Fix GitHub repository links and use dev branch when possible (#971)
|
2021-06-18 14:08:47 +02:00 |
auth_auth_provider.md
|
Fix GitHub repository links and use dev branch when possible (#971)
|
2021-06-18 14:08:47 +02:00 |
auth_index.md
|
Replace Hass.io (#719)
|
2020-11-10 10:04:34 +01:00 |
auth_permissions.md
|
Fixes some Typos in the Documentation (#678)
|
2020-10-11 15:47:52 +01:00 |
config_entries_config_flow_handler.md
|
Update config_entries_config_flow_handler.md (#988)
|
2021-06-29 22:49:12 +02:00 |
config_entries_index.md
|
Fix GitHub repository links and use dev branch when possible (#971)
|
2021-06-18 14:08:47 +02:00 |
config_entries_options_flow_handler.md
|
Update options update listener steps (#996)
|
2021-07-04 03:33:57 +02:00 |
configuration_yaml_index.md
|
Update configuration_yaml_index.md (#644)
|
2020-10-13 13:28:44 +02:00 |
creating_component_code_review.md
|
Fix GitHub repository links and use dev branch when possible (#971)
|
2021-06-18 14:08:47 +02:00 |
creating_component_generic_discovery.md
|
Collection of fixes and improvements (#516)
|
2020-05-11 08:12:01 -07:00 |
creating_component_index.md
|
Make "Creating your first integration" step 1 in Building integrations (#911)
|
2021-05-03 13:55:58 +02:00 |
creating_integration_file_structure.md
|
Move and merge entity documentation (#544)
|
2020-05-18 14:57:50 +02:00 |
creating_integration_manifest.md
|
Make manifest.json documentation more clear (#908)
|
2021-04-29 23:10:33 +02:00 |
creating_platform_code_review.md
|
Fix GitHub repository links and use dev branch when possible (#971)
|
2021-06-18 14:08:47 +02:00 |
creating_platform_index.md
|
Move and merge entity documentation (#544)
|
2020-05-18 14:57:50 +02:00 |
data_entry_flow_index.md
|
Remove pylint unused-import (#871)
|
2021-03-30 08:32:38 +02:00 |
dev_101_config.md
|
Grammar/typo corrections in dev docs (#379)
|
2020-01-04 16:00:17 +01:00 |
dev_101_events.md
|
Mention event data structure when we talk about firing events (#682)
|
2020-10-15 12:28:15 +02:00 |
dev_101_hass.md
|
Improve architecture docs (#850)
|
2021-03-16 18:10:21 +01:00 |
dev_101_services.md
|
Updated step as default Services view doesn't not allow defining Serv… (#930)
|
2021-05-11 10:18:53 -07:00 |
dev_101_states.md
|
Replace Entity.device_state_attributes with Entity.extra_state_attributes (#837)
|
2021-03-09 15:05:23 +01:00 |
development_catching_up.md
|
Recommend safer "git push --force-with-lease" (#732)
|
2020-11-22 21:32:08 +01:00 |
development_checklist.md
|
Update hints about type hints (#901)
|
2021-04-27 10:12:27 -07:00 |
development_environment.md
|
Bump python dev version in docs to 3.8 b.c. home-assistant/core#50013 (#977)
|
2021-06-22 19:35:58 +02:00 |
development_guidelines.md
|
Fix typos in type checking section (#904)
|
2021-04-28 11:35:04 +02:00 |
development_index.md
|
Update development_index.md (#599)
|
2020-07-09 11:06:16 -07:00 |
development_submitting.md
|
Fix GitHub repository links and use dev branch when possible (#971)
|
2021-06-18 14:08:47 +02:00 |
development_testing.md
|
Change py.test -> pytest (#893)
|
2021-04-21 23:03:55 +02:00 |
development_typing.md
|
Update hints about type hints (#901)
|
2021-04-27 10:12:27 -07:00 |
development_validation.md
|
Fix GitHub repository links and use dev branch when possible (#971)
|
2021-06-18 14:08:47 +02:00 |
device_automation_action.md
|
Add docs about device condition and action dynamic schema validation (#984)
|
2021-06-28 14:53:21 -07:00 |
device_automation_condition.md
|
Add docs about device condition and action dynamic schema validation (#984)
|
2021-06-28 14:53:21 -07:00 |
device_automation_index.md
|
Initial draft device automations docs (#321)
|
2019-09-25 11:27:07 -07:00 |
device_automation_trigger.md
|
Extend docs for device automation (#876)
|
2021-04-08 11:33:55 +02:00 |
device_registry_index.md
|
Document device registry identifiers as DOMAIN, id tuples (#935)
|
2021-05-11 12:49:00 +02:00 |
documenting.md
|
Adds devcontainer instructions (#998)
|
2021-07-13 10:39:40 -07:00 |
entity_registry_disabled_by.md
|
Fix bunch of links (#545)
|
2020-05-19 09:56:08 +02:00 |
entity_registry_index.md
|
Reorganize architecture section (#839)
|
2021-03-10 09:17:54 -08:00 |
frontend.md
|
Update some frontend docs
|
2020-05-27 11:07:51 -07:00 |
instance_url.md
|
Add current request context to get_url helper documentation (#638)
|
2020-09-10 01:06:32 +02:00 |
integration_events.md
|
Add additional trigger documentation (#733)
|
2020-11-23 08:53:04 +01:00 |
integration_fetching_data.md
|
Fix wording error in DataUpdateCoordinator code comments (#881)
|
2021-04-10 20:37:30 +02:00 |
integration_quality_scale_index.md
|
Add more info to docs (#874)
|
2021-04-06 13:24:49 +02:00 |
intent_builtin.md
|
Add humidifier intents (#590)
|
2021-01-12 13:20:20 +01:00 |
intent_conversation.md
|
Code block improvements (#382)
|
2020-01-13 21:55:41 +02:00 |
intent_firing.md
|
Code block improvements (#382)
|
2020-01-13 21:55:41 +02:00 |
intent_handling.md
|
Code block improvements (#382)
|
2020-01-13 21:55:41 +02:00 |
intent_index.md
|
Collection of fixes and improvements (#516)
|
2020-05-11 08:12:01 -07:00 |
internationalization.md
|
Updated repository links (#674)
|
2020-10-09 17:44:04 +02:00 |
maintenance.md
|
Code block improvements (#382)
|
2020-01-13 21:55:41 +02:00 |
misc.md
|
Remove unused header
|
2018-04-24 15:44:32 -04:00 |
network_discovery.md
|
Update ssdp callback matching to support MATCH_ALL (#956)
|
2021-06-04 02:10:57 +02:00 |
operating-system.md
|
Move supervisor & os docs (#521)
|
2020-05-12 20:35:01 +02:00 |
reproduce_state_index.md
|
Rename HomeAssistantType to HomeAssistant (#897)
|
2021-04-23 16:44:44 +02:00 |
significant_change_index.md
|
Spelling and grammar fixes (#909)
|
2021-04-30 08:01:54 +02:00 |
supervisor.md
|
Add some supervisor improvements (#522)
|
2020-05-13 12:57:01 +02:00 |
translations.md
|
Fix GitHub repository links and use dev branch when possible (#971)
|
2021-06-18 14:08:47 +02:00 |