mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Add number platform to ViCare integration (#29822)
* Update vicare.markdown * Fix typo --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
aa90e99678
commit
54450b8b11
@ -12,6 +12,7 @@ ha_platforms:
|
|||||||
- button
|
- button
|
||||||
- climate
|
- climate
|
||||||
- diagnostics
|
- diagnostics
|
||||||
|
- number
|
||||||
- sensor
|
- sensor
|
||||||
- water_heater
|
- water_heater
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
@ -27,6 +28,7 @@ There is currently support for the following device types within Home Assistant:
|
|||||||
- [Water Heater](#water-heater) (Domestic Hot Water)
|
- [Water Heater](#water-heater) (Domestic Hot Water)
|
||||||
- [Sensor](#sensor) (Sensor)
|
- [Sensor](#sensor) (Sensor)
|
||||||
- [Button](#button) (Button)
|
- [Button](#button) (Button)
|
||||||
|
- [Number](#number)
|
||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
@ -136,3 +138,7 @@ Additional data from ViCare is available as separate sensors. The sensors are au
|
|||||||
## Button
|
## Button
|
||||||
|
|
||||||
Button entities are available for triggering like a one-time charge of the water heater.
|
Button entities are available for triggering like a one-time charge of the water heater.
|
||||||
|
|
||||||
|
## Number
|
||||||
|
|
||||||
|
Number entities are available for adjusting the heating curve shift and slope.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user