Odianosen25 / Monitor-App

Appdaemon App for Andrew's Monitor Presence Detection System
74 stars 9 forks source link

Documentation typo: "someone_is_home" should be "somebody_is_home" #46

Closed donkawechico closed 4 years ago

donkawechico commented 4 years ago

README lists incorrect someone_is_home option in 3 places:

  1. App Configuration Section, in the "key" column.
  2. App Configuration Section, in the "default" column.
  3. Features Section: The name of the sensors for everyone_home, everyone_not_home and someone_is_home can be modified to use other names as required. - contributed by shbatm

This can lead folks to look for a binary_sensor.someone_is_home sensor in HASS rather than the correct binary_sensor.somebody_is_home sensor.

Odianosen25 commented 4 years ago

Thanks @donkawechico I have fixed the docs. It was actually supposed to be someone and not somebody. But if I change the code now, will be a breaking change, so will just leave it as somebody.

Thanks and regards