This website requires JavaScript.
Explore
Help
Sign In
Home-Assistant
/
core
mirror of
https://github.com/home-assistant/core.git
Watch
1
Star
0
Fork
You've already forked core
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
001dda6345
core
/
homeassistant
/
components
/
streamlabswater
/
services.yaml
10 lines
154 B
YAML
Raw
Normal View
History
Unescape
Escape
Add Streamlabs Water Monitor (#21205) * Add Streamlabs Water Monitor * Fail Streamlabswater component setup when given invalid parameters The Streamlabs Water component is unable to recover if it is given an invalid API key or location id so this change is to ensure we validate they are correct during setup and return a failure if they are not. * Prime Streamlabswater component sensors so data is available immediately The sensors for the component were not causing an immediate load of data from the API when being set up so there was some lag after startup before values would show up. This change does an explicit update when the sensors are setup to ensure data is viewable immediately after startup. * Switch Streamlabswater logging to use %s for string formatting * Update Streamlabswater component with correct dependencies Dependencies were incorrectly specified using DEPENDS rather than DEPENDENCIES * Streamlabswater pull request feedback Remove detailed class docstrings since they're in the documentation, reduce code duplication in sensor classes, and remove periods from the end of log messages. * Reduce line length in Streamlabswater sensor * Add docstring on Streamlabswater service callback method * Get rid of unnecessary initializers in Streamlabswater sensor * Add manifest file for Streamlabs Water Monitor * Remove unused REQUIREMENTS
2019-06-06 20:55:08 +00:00
set_away_mode
:
fields
:
Add yamllint (in pre-commit and CI) (#33676) * Add yamllint (in pre-commit and CI) * Fix linting for all YAML files * Bump and add it to requirements * Fix gen_requirements for pre-commit, remove 'v' from version
2020-04-05 08:33:45 +00:00
away_mode
:
Add targets and selectors for services (S-T) (#50629)
2021-05-15 05:30:41 +00:00
required
:
true
selector
:
select
:
options
:
Prettify yaml (services.yaml) (#68878)
2022-03-30 07:48:06 +00:00
-
"away"
-
"home"