From f8b056c9d9c21ed103f35c68a2cee62774fe6ced Mon Sep 17 00:00:00 2001 From: Ben Lebherz Date: Thu, 1 Aug 2019 13:37:58 +0200 Subject: [PATCH] fix data type in readme --- README.md | 2 +- info.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb916fe..92002fc 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,6 @@ key | optional | type | default | description `class` | False | string | Notifreeze | The name of the Class. `notify_service` | False | string | | Home Assistant notification service `outdoor_temperature` | False | string | | Sensor for outside temperature -`max_difference` | True | integer | 5 | Maximum tolerated tmperature difference +`max_difference` | True | float | 5 | Maximum tolerated tmperature difference `initial_delay` | True | integer | 5 | Time in minutes before sending first notification `reminder_delay` | True | integer | 3 | Time in minutes until next notification is send diff --git a/info.md b/info.md index 82673bc..305c599 100644 --- a/info.md +++ b/info.md @@ -14,6 +14,6 @@ key | optional | type | default | description `class` | False | string | Notifreeze | The name of the Class. `notify_service` | False | string | | Home Assistant notification service `outdoor_temperature` | False | string | | Sensor for outside temperature -`max_difference` | True | integer | 5 | Maximum tolerated tmperature difference +`max_difference` | True | float | 5 | Maximum tolerated tmperature difference `initial_delay` | True | integer | 5 | Time in minutes before sending first notification `reminder_delay` | True | integer | 3 | Time in minutes until next notification is send