diff --git a/source/_integrations/climate.mqtt.markdown b/source/_integrations/climate.mqtt.markdown index 6cfb2dd3b58..89151e88934 100644 --- a/source/_integrations/climate.mqtt.markdown +++ b/source/_integrations/climate.mqtt.markdown @@ -188,7 +188,7 @@ json_attributes_topic: max_humidity: description: The minimum target humidity percentage that can be set. required: false - type: integer + type: float default: 99 max_temp: description: Maximum set point available. The default value depends on the temperature unit, and will be 35°C or 95°F. @@ -197,7 +197,7 @@ max_temp: min_humidity: description: The maximum target humidity percentage that can be set. required: false - type: integer + type: float default: 30 min_temp: description: Minimum set point available. The default value depends on the temperature unit, and will be 7°C or 44.6°F. diff --git a/source/_integrations/generic_hygrostat.markdown b/source/_integrations/generic_hygrostat.markdown index 6746fbd064a..3eab325e82e 100644 --- a/source/_integrations/generic_hygrostat.markdown +++ b/source/_integrations/generic_hygrostat.markdown @@ -46,16 +46,16 @@ min_humidity: description: Set minimum set point available. required: false default: 0 - type: integer + type: float max_humidity: description: Set maximum set point available. required: false default: 100 - type: integer + type: float target_humidity: description: Set initial target humidity. This value will be used as a fallback when the previous setpoint is not available. required: false - type: integer + type: float device_class: description: Whether the switch specified in the *humidifier* option to be treated as a humidifier or a dehumidifier device. Must be either "humidifier" or "dehumidifier" required: false diff --git a/source/_integrations/humidifier.mqtt.markdown b/source/_integrations/humidifier.mqtt.markdown index 2bb3bdb4624..4f5a4e5a8a7 100644 --- a/source/_integrations/humidifier.mqtt.markdown +++ b/source/_integrations/humidifier.mqtt.markdown @@ -174,12 +174,12 @@ json_attributes_topic: max_humidity: description: The minimum target humidity percentage that can be set. required: false - type: integer + type: float default: 100 min_humidity: description: The maximum target humidity percentage that can be set. required: false - type: integer + type: float default: 0 name: description: The name of the humidifier. Can be set to `null` if only the device name is relevant.