Skip to content

Commit f09431a

Browse files
authored
Update jewish calendar docs (home-assistant#22175)
Fixes home-assistant#22169 Thanks @aniceberg for pointing out the mistake in the docs. This is due to the fact that the library returns true/false but homeassistant surfaces it as on/off.
1 parent 50fedcd commit f09431a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_integrations/jewish_calendar.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Time sensor states are represented as ISO8601 formatted *UTC time*.
9191

9292
### Binary sensors
9393

94-
- `issur_melacha_in_effect`: A boolean sensor indicating if melacha is currently not permitted. The value is true when it is currently Shabbat or Yom Tov and false otherwise.
94+
- `issur_melacha_in_effect`: A boolean sensor indicating if melacha is currently not permitted. The value is _on_ when it is currently Shabbat or Yom Tov and _off_ otherwise.
9595

9696
### Holiday sensor
9797

0 commit comments

Comments
 (0)