keeper icon indicating copy to clipboard operation
keeper copied to clipboard

A service to monitor and maintaining MQTT and HomeAssistant

Results 3 keeper issues
Sort by recently updated
recently updated
newest added

Hello Nuno, Upon trying to install into hass.io using your instructions, i.e. by adding the URL: https://github.com/nragon/keeper/tree/master/setup/hassio I am having the following error: `19-10-11 21:38:52 INFO (MainThread) [hassio.core] Hass.io is...

When adding https://github.com/nragon/keeper/tree/master/setup/hassio to hassio repository, it does not work. This is my system log: 19-04-26 12:00:33 INFO (MainThread) [hassio.addons.git] Clone add-on https://github.com/nragon/keeper/tree/master/setup/hassio repository 19-04-26 12:00:33 ERROR (MainThread) [hassio.addons.git] Can't...

lovelace and the newish `device_class: timestamp` need a timestamp format like this: 2019-07-22T07:26:00+02:00 this could be accomplished by changing the `TIME_FORMAT` constant in `constants.py`: `TIME_FORMAT = "%Y-%m-%dT%H:%M:%S%z"` however this produces...