Skip to content

Commit

Permalink
fix data type in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benleb committed Aug 1, 2019
1 parent a563e1a commit f8b056c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion info.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f8b056c

Please sign in to comment.