1327 Commits

Author SHA1 Message Date
J. Nick Koston
09856c97b2
Split Bluetooth APIs to their own page (#1641)
* Split Bluetooth APIs to their own page

* Split Bluetooth APIs to their own page

* Split Bluetooth APIs to their own page
2023-01-20 14:34:26 -05:00
J. Nick Koston
91a6a13b65
Rephrase ActiveBluetoothCoordinator docs (#1640) 2023-01-20 20:29:52 +01:00
J. Nick Koston
4d368a1b0f
Add docs on fetching Bluetooth data (#1635)
* Add docs on fetching Bluetooth data

* Add docs on fetching Bluetooth data

* Add docs on fetching Bluetooth data

* Add docs on fetching Bluetooth data

* Add docs on fetching Bluetooth data

* Add docs on fetching Bluetooth data

* Add docs on fetching Bluetooth data

* Add docs on fetching Bluetooth data

* Add docs on fetching Bluetooth data

* Add docs on fetching Bluetooth data

* Add docs on fetching Bluetooth data

* Update docs/bluetooth_fetching_data.md

* Update docs/bluetooth_fetching_data.md

* Update docs/bluetooth_fetching_data.md

Co-authored-by: 930913 <3722064+930913@users.noreply.github.com>

* Update docs/bluetooth_fetching_data.md

Co-authored-by: 930913 <3722064+930913@users.noreply.github.com>

* Update docs/bluetooth_fetching_data.md

* Update docs/bluetooth_fetching_data.md

Co-authored-by: 930913 <3722064+930913@users.noreply.github.com>

* Update docs/bluetooth_fetching_data.md

Co-authored-by: 930913 <3722064+930913@users.noreply.github.com>

* Update docs/bluetooth_fetching_data.md

* Adjust sidebar

* Fix link

Co-authored-by: 930913 <3722064+930913@users.noreply.github.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2023-01-19 21:50:27 -05:00
Paulus Schoutsen
6f43b97d14 Fix conversation_process 2023-01-19 14:01:17 -05:00
Paulus Schoutsen
052b4d55a3
Document the mobile app webhook for conversation (#1637) 2023-01-19 13:59:19 -05:00
Paulus Schoutsen
b27e3c25e0
Documenet conversation WS API (#1636) 2023-01-19 09:53:17 -06:00
Sameer Puri
44203a143c
Fix internationalization link in entity.md (#1634) 2023-01-18 10:17:24 +01:00
Robin-St
b8c4752e3b
Added example of list (#1633)
Adds documentation on how to use a list to get specific numbers for an intent, like 100 % from the word maximum and how this can be used to set brightness of a light.
2023-01-17 18:02:40 -05:00
Jan Bouwhuis
60ab5b6c62
Address late review of selectors translation (#1632)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-01-17 19:05:09 +01:00
Jan Bouwhuis
a772e60596
Add selectors select for backend backend localization (#1622)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-01-17 16:24:51 +01:00
Giel Janssens
355a77e578
Update development_environment.mdx (#1471) 2023-01-17 14:49:19 +01:00
Paulus Schoutsen
421aa7b81f
Update voice contribuiton docs (#1630) 2023-01-16 19:32:31 +01:00
Paulus Schoutsen
976ff393b9
Document custom conversation agent (#1628) 2023-01-16 13:29:19 -05:00
J. Nick Koston
bb182b3c9a
Update instructions for integrations that use bluetooth adapters (#1624) 2023-01-16 11:17:25 +01:00
rrooggiieerr
bde1a15808
Add schema version to example config flow (#1623) 2023-01-16 08:50:00 +01:00
Sven Serlier
9455a2eaf5
Update two URLs to avoid redirect (#1626)
* Update oauth URL

* Update python zeroconf URL
2023-01-13 08:15:49 +01:00
Paulus Schoutsen
3f3b13c3ff
Tweak voice stuff (#1621) 2023-01-10 10:26:06 -05:00
Paulus Schoutsen
30b68f244e
Voice (#1620)
* Migrate voice content

* Handle duplicate intent pages

* ABC package.json

* Fix some links

* Fix more links

* Update path

* Update docs/voice/overview.md
2023-01-10 08:38:17 -05:00
Paulus Schoutsen
0c8a7b6048
Modernize sidebar menu and consolidate content (#1619)
* Modernize sidebar menu

* Move more architecture things over

* Move APIs to their application docs

* Clean up some titles and de-duplicate

* Consolidate repair platform and issue registry

* More moving

* Address comments

* Move API down
2023-01-09 13:44:44 -05:00
Paulus Schoutsen
cae42c9fe3
Tweaks to intent docs (#1618)
* Tweaks to intent docs

* Move to core section

* Update docs/intent_firing.md
2023-01-09 10:22:51 -05:00
Erik Montnemery
84ce528485
Update allowed units for power factor sensor device class (#1614) 2023-01-09 10:42:16 +01:00
Paulus Schoutsen
66f0fae3e4 Update intent code 2023-01-08 21:32:17 -05:00
David Buezas
cb5af0ecc4
Add async_scanner_devices_by_address to Bluetooth (#1589)
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-01-08 14:15:14 -10:00
Franck Nijhof
dfd77cabdf
Replace device class strings with enums in dev docs (#1610) 2023-01-04 00:37:28 +02:00
dgtal1
7f88317945
Add notes about debugging HA in Dev Container (#1469)
* Add notes about debugging HA in Dev Container

Since some people (like me and others) experience issues with the default Dev Container debugging, whcih doesn't work out-of-the box - new developers may think that debugging is not supported by the dev container out-of-the-box. This description is to indicate that normally debugging doesn't needs any additional actions to be taken to enable it. I also mentioned the way to debug remote instances, which may be very helpful for the developers, also in case of issues with the default debugging without enabling `debugpy`.
If I had such description I wouldn't loose almost 2 hours of googling trying to find out what is supported and what are the options, so I hope thanks to this people will avoid this.

* Fix typo in my previous description

* Small tweaks

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-01-04 00:33:49 +02:00
Joakim Plate
9c52c1f5fd
Adjust development documentation with context (#1355)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-01-03 16:18:25 +01:00
Jonas
e3a42e3cd2
fixed json in creating_integration_manifest.md (#1609) 2023-01-03 12:09:07 +01:00
Erik Montnemery
e0eb707572
Update SensorDeviceClass.PRECIPITATION documentation (#1608) 2023-01-03 11:11:09 +01:00
Steven Vondruska
21e63c3b75
Updating native_unit_of_measurement documentation (#1586) 2023-01-02 12:15:58 +01:00
Allen Porter
3e728a0841
Revert "Update timezone requirements for calendar events (#1601)" (#1604)
This reverts commit 1b8d71e9b12d998a02261b84d1045d98207be32c.
2023-01-01 21:11:34 -08:00
Allen Porter
1b8d71e9b1
Update timezone requirements for calendar events (#1601) 2022-12-31 15:23:34 -05:00
almirus
2d2d29c82f
Update testing.md (#1600) 2022-12-31 11:54:02 +01:00
Artem Draft
0f993e39ef
Fix typo in the development testing (#1599) 2022-12-30 17:59:50 +01:00
SukramJ
b28c57600c
Add mA to SensorDeviceClass.CURRENT (#1593) 2022-12-30 13:55:39 +01:00
Jan Bouwhuis
7c5ede6fba
Add mV unit to number and sensor entity documentation (#1598) 2022-12-30 12:51:32 +01:00
Christopher Fenner
bf56dea391
fix: correct outdated link (#1597)
* fix: correct outdated link

* Update custom_integration.md
2022-12-29 23:06:32 -05:00
Allen Porter
08f2a6f65a
Fix copy/paste mistakes in calendar update docs (#1596) 2022-12-29 16:19:33 +01:00
Tarmo
7a4f541851
Update rest.md, fix inconsistent example for API CURL (#1595) 2022-12-28 23:42:49 +01:00
Allen Porter
f46b511dba
Add update APIs for Calendar Entities (#1590) 2022-12-27 21:56:24 +01:00
Erik Montnemery
3c8bdb422a
Document entity attribute translations (#1591)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-12-27 15:29:47 +01:00
epenet
9815c59189
Remove lumen from Illuminance units (#1592) 2022-12-27 14:26:00 +01:00
epenet
c5eae6f4e5
Add CCF to volume units (#1587) 2022-12-19 14:58:13 +01:00
Didier C
d8e0e6b026
Add a mising closing curly brace (#1588)
in *Unique IDs* section, the `strings.json` example require one more closing curly brace to be valid json
2022-12-15 16:58:37 +02:00
Michael Hansen
fa5380a68e
Add conversation API to intents section (#1583)
* Add conversation API to intents section

* Add multiple targets

* Separate conversation id from intent response

* Add description of target combinations

* Update docs/intent_conversation_api.md

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>

* Update docs/intent_conversation_api.md

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>

* Language is required in intent response

* Add partial_action_done

* Remove partial_action_done

* Update docs/intent_conversation_api.md

* Fix examples

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-12-13 23:02:59 -05:00
epenet
2f4c542bde
Add stones to weight units (#1585) 2022-12-13 17:35:34 +01:00
Stefan Agner
37b58a686a
Add Matter and OTBR to possible service discovery (#1568) 2022-12-09 10:48:43 -05:00
epenet
8e3979ee81
Add new atmospheric pressure device class (#1573) 2022-12-09 13:49:21 +01:00
epenet
cfb86b5075
Add new sound pressure device class (#1574)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-12-08 20:11:45 +01:00
epenet
0896d1c000
Add new irradiance device class (#1575)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-12-08 18:46:50 +01:00
epenet
2aa3db4d0b
Add new data rate device class (#1577) 2022-12-08 18:20:33 +01:00