developers.home-assistant/docs
Paul Bottein 7a5e856813
Add documentation and blog post for get grid size
2024-03-06 15:31:03 +01:00
..
add-ons Fix a typo in the example that does not match regex (#2044) 2024-01-16 20:57:47 +01:00
api Remove rest api service timeout (#1996) 2023-11-29 14:46:39 +01:00
architecture Minor grammatical fixes to core.md (#944) 2021-05-23 08:48:32 -07:00
core Document light color_mode when rendering effects (#2054) 2024-01-31 09:48:44 +01:00
documenting Update URLs (#1745) 2023-04-12 23:21:46 +02:00
frontend Add documentation and blog post for get grid size 2024-03-06 15:31:03 +01:00
internationalization Add placeholder for entity name translations (#1989) 2024-01-19 15:28:18 +01:00
operating-system Update URLs (#1725) 2023-03-23 10:34:58 +01:00
supervisor Update URLs (#1725) 2023-03-23 10:34:58 +01:00
voice Local lists in HASSIL (#2030) 2024-01-15 09:43:03 +01:00
add-ons.md Update add-on documentation (#1098) 2021-12-17 15:05:15 +01: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 Document `--skip-pip-packages` for more granular package installation control (#1555) 2022-11-30 08:39:02 +01:00
architecture_components.md Improve architecture docs (#850) 2021-03-16 18:10:21 +01:00
architecture_index.md Modernize sidebar menu and consolidate content (#1619) 2023-01-09 13:44:44 -05: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 change doc links master -> dev (#1420) 2022-08-02 16:20:05 +02:00
auth_api.md Fix minor typo in auth_api.md (#1378) 2022-06-28 21:04:25 -07: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
bluetooth.md Remove Bluetooth best practices that are now automatically handled (#2024) 2023-12-27 08:48:48 +01:00
config_entries_config_flow_handler.md Document config entry minor version (#2017) 2023-12-19 00:20:02 +01:00
config_entries_index.md Change add_devices to add_entities (#2041) 2024-01-18 15:36:29 +01:00
config_entries_options_flow_handler.md Voice (#1620) 2023-01-10 08:38:17 -05:00
configuration_yaml_index.md Update configuration_yaml_index.md (#644) 2020-10-13 13:28:44 +02:00
creating_component_code_review.md Add tips and tricks page (#1241) 2022-05-14 17:34:38 -05: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 minimal integration working again (#1816) 2023-07-03 09:11:04 +02:00
creating_integration_brand.md Voice (#1620) 2023-01-10 08:38:17 -05:00
creating_integration_file_structure.md Add coordinator.py to file structure explanation (#1895) 2023-09-15 08:11:49 +02:00
creating_integration_manifest.md Remove restriction on bluetooth local name matcher length (#2031) 2024-01-08 09:15:02 +01:00
creating_platform_code_review.md Change add_devices to add_entities (#2041) 2024-01-18 15:36:29 +01:00
creating_platform_index.md Move and merge entity documentation (#544) 2020-05-18 14:57:50 +02:00
data_entry_flow_index.md Update data_entry_flow_index.md (#2040) 2024-01-13 02:41:46 +01:00
dev_101_config.md Modernize sidebar menu and consolidate content (#1619) 2023-01-09 13:44:44 -05:00
dev_101_events.md Modernize sidebar menu and consolidate content (#1619) 2023-01-09 13:44:44 -05:00
dev_101_hass.md Change add_devices to add_entities (#2041) 2024-01-18 15:36:29 +01:00
dev_101_services.md Add missing service icon documentation (#2048) 2024-01-20 14:05:38 +01:00
dev_101_states.md Modernize sidebar menu and consolidate content (#1619) 2023-01-09 13:44:44 -05:00
development_catching_up.md Update URLs (#1745) 2023-04-12 23:21:46 +02:00
development_checklist.md Update URLs (#1745) 2023-04-12 23:21:46 +02:00
development_environment.mdx Update development_environment.mdx to fix broken dependency #1353 (#2058) 2024-01-25 10:45:46 +01:00
development_guidelines.md Update URLs (#1745) 2023-04-12 23:21:46 +02:00
development_index.md Modernize sidebar menu and consolidate content (#1619) 2023-01-09 13:44:44 -05:00
development_submitting.md Add note about CI not running on first PR (#2052) 2024-01-23 23:13:47 +01:00
development_testing.md Correct instructions for invoking pip (#1884) 2023-08-23 14:15:01 +02:00
development_tips.md Fix manifest version tag example (#1381) 2022-06-30 14:43:39 -07: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 Document secondary flag for device automations (#1839) 2023-07-13 11:53:42 +02:00
device_automation_trigger.md Fix some example code in device_automation_trigger.md (#1771) 2023-05-06 23:29:52 +02:00
device_registry_index.md Document device registry entry serial_number (#1477) 2023-10-22 15:15:21 +02:00
documenting.md Update documenting.md to fix a correction about fork creation (#2039) 2024-01-12 09:35:40 +01:00
entity_registry_disabled_by.md Make entity registry disabled_by an enum (#1144) 2021-12-02 18:02:58 +01:00
entity_registry_index.md Clarify entity naming in entity registry (#1997) 2023-12-06 16:15:08 +01: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 Use named kwarg for add_entities' update_before_add parameter (#1695) 2023-03-06 21:49:17 +01:00
integration_listen_events.md Add docs on listening for events (#1296) 2022-04-20 13:20:25 +02:00
integration_quality_scale_index.md Add ServiceValidationError and translation support (#1961) 2023-11-17 15:36:19 +01:00
integration_setup_failures.md Fix typo in integration setup failures 2022-06-11 10:51:27 -10:00
intent_builtin.md Update supported intents (#2000) 2023-12-05 09:32:20 +01:00
intent_conversation_api.md Voice updates (#1646) 2023-01-24 20:22:02 -05:00
intent_firing.md Tweaks to intent docs (#1618) 2023-01-09 10:22:51 -05:00
intent_handling.md Tweaks to intent docs (#1618) 2023-01-09 10:22:51 -05:00
intent_index.md Add conversation API to intents section (#1583) 2022-12-13 23:02:59 -05:00
internationalization.md Updated repository links (#674) 2020-10-09 17:44:04 +02:00
misc.md Remove unused header 2018-04-24 15:44:32 -04:00
network_discovery.md Fix typo in network discovery example (#1785) 2023-05-26 00:35:24 +03:00
operating-system.md Extend OS development docs (#1075) 2021-10-18 14:00:25 +02:00
review-process.md Add ADR to the PR review process (#1882) 2023-08-23 07:15:46 +02:00
supervisor.md Add some supervisor improvements (#522) 2020-05-13 12:57:01 +02:00
translations.md Update link to GitHub to request a new language (#1463) 2022-09-06 23:47:15 +02:00