mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Fix typo as mentioned by @dshanske: diaspora not disapora (#6477)
The code is ok. The issue is in the docs only. https://github.com/home-assistant/home-assistant/pull/16393#issuecomment-425751560
This commit is contained in:
parent
de23dc5646
commit
86b3543008
@ -40,7 +40,7 @@ longitude:
|
|||||||
description: Longitude for time calculations of the sensor.
|
description: Longitude for time calculations of the sensor.
|
||||||
default: Home Assistant location
|
default: Home Assistant location
|
||||||
type: integer
|
type: integer
|
||||||
disapora:
|
diaspora:
|
||||||
required: false
|
required: false
|
||||||
description: Consider the location as diaspora or not for calculation of the weekly portion and holidays.
|
description: Consider the location as diaspora or not for calculation of the weekly portion and holidays.
|
||||||
default: False
|
default: False
|
||||||
@ -89,7 +89,7 @@ sensors:
|
|||||||
sensor:
|
sensor:
|
||||||
- platform: jewish_calendar
|
- platform: jewish_calendar
|
||||||
language: english
|
language: english
|
||||||
disapora: True
|
diaspora: True
|
||||||
sensors:
|
sensors:
|
||||||
- date
|
- date
|
||||||
- weekly_portion
|
- weekly_portion
|
||||||
|
Loading…
x
Reference in New Issue
Block a user