Skip to content

Commit

Permalink
Merge branch 'current' into patch-94
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedda committed May 3, 2024
2 parents 50f9fe3 + 75463f1 commit e077a36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ GEM
rack-protection (= 4.0.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
sorbet-runtime (0.5.11367)
sorbet-runtime (0.5.11368)
stringex (2.8.6)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/nina.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For each county/city it creates warning slots that change to Unsafe when warning

<div class='note warning'>

This integration may only works with an Internet connection that supports IPv4.
This integration may only work with an Internet connection that supports IPv4.

</div>

Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/python_script.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ The above `python_script` can be called using the following YAML as an input.
rgb_color: [255, 0, 0]
```

Services can also respond with data. Retrieving this data in your Python script can be done by setting the `blocking` and `return_response` arguments of the `hass.services.call` function to `True`. This is shown in the example below, in this case, retrieving the weather forecast and putting it into a variable:
Services can also respond with data. Retrieve this data in your Python script by setting the `blocking` and `return_response` arguments of the `hass.services.call` function to `True`. The example below retrieves the weather forecast and assigns it to the `current_forecast` variable:

```python
# get_forecast.py
Expand Down

0 comments on commit e077a36

Please sign in to comment.