* HA OS: add command on listing users from cli
* Reference listing users on locked out page
* Locked out: add related topics
* Update locked out section to use list auth command
* Link to other integrations has been reduced to a common format
* Added a link to instructions for setting up the entity
* Added a link to instructions for setting up the entity.
* Added a link to instructions for setting up the entity.
* Tiny rephrase
---------
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
* Add state object detail to numeric state
The numeric state trigger populates an object called `state` but this was not in the documentation previously. This change makes it explicit and also provides a link to the relevant state object documentation.
* Update trigger.markdown
User more concise explanation of the state object in the numeric trigger, and added an example using `state.state`
* Update trigger.markdown
Added explanation to examples that use `state`
- To add more structure and improve readability
- Tiny style and grammar changes
- Add statement that included file must be valid YAML, and valid within the context of the file including it.
- Addresses feedback from #30542
* Z-Wave controllers: add Razberry hat config for Pi 5
* Apply suggestions from code review
Co-authored-by: Jan Čermák <sairon@users.noreply.github.com>
---------
Co-authored-by: Jan Čermák <sairon@users.noreply.github.com>
* state_object: Context: keywords with backticks
Same way the keywords are highlighted in other tables on this page.
* tiny tweak
---------
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
* Update water with StreamLabs and Suez Water
Update water with StreamLabs and Suez Water integration links.
* Update source/_docs/energy/water.markdown
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
* Update source/_docs/energy/water.markdown
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
---------
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
* Deprecate service list_events in favor of get_events
- The service `calendar.list_events` is deprecated in favor or `calendar.get_events`
- in 2023.12. Scheduled to be removed in 2024.6
- This PR adds a note that this service is deprecated
- The docs for `get_events` are a topic for a separate PR
- Unlike list_events, get_events supports multiple responses
- related parent PR in core: https://github.com/home-assistant/core/pull/102481
* remove newlines
* Remove dates to align with format of other deprecation notices
* WIP: add calendar.list_events
* Add example of get_event, remove list_event
* Fix exmaple in service-calls
Successfully tested on a Raspberry pi4 with the standard
/boot/config.txt additions
Signed-off-by: Arnaud Quette <arnaud.quette@free.fr>
Co-authored-by: Arnaud Quette <ArnaudQuette@eaton.com>