396 Commits

Author SHA1 Message Date
2c2ebba1d6 Update off and unavailable in standby state (#2728)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2025-07-16 22:11:49 +02:00
e09bd74614 Document AI task (#2717)
Co-authored-by: Allen Porter <allen@thebends.org>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-07-16 09:07:07 +02:00
cfdf390d32 Add new device class for absolute humidity (#2721) 2025-07-14 11:46:57 +02:00
8de9ba5404 Remove STANDBY state from media player states (#2715) 2025-07-04 20:48:58 +02:00
805d4e37aa Remove battery properties from vacuum entity (#2695)
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-02 19:37:02 +02:00
c769f0015a Clarify alarm_control_panel ARMED_CUSTOM_BYPASS state (#2710) 2025-06-25 15:54:15 +02:00
1ff344309a Remove no longer needed deprecation warning in vacuum (#2694) 2025-06-10 12:15:25 +02:00
1ca1450580 Add concentration conversion support for mg/m³ (#2675) 2025-05-23 14:25:08 +01:00
7db53b66d8 Add Wh/km unit for energy distance (#2673) 2025-05-20 12:16:52 +01:00
903c9b438f Document that 1-shot TTS is still needed (#2672) 2025-05-19 20:54:35 +02:00
f8d5ff5779 Add reactive energy (#2659)
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
2025-05-15 13:18:59 +01:00
456948cd79 Add missing water heater entity feature (#2668) 2025-05-15 02:10:37 +02:00
bbd69b1fa5 Add liter for gas device classes (#2661) 2025-05-06 10:59:59 +02:00
85163a5466 Add new units L/h , L/s and m³/s to volume flow rate sensor device class (#2655) 2025-04-25 00:18:10 +02:00
42376bda5b Change the location_accuracy type for the DeviceTracker entity class to float (#2653) 2025-04-24 23:12:03 +02:00
0d008076b3 Document missing voice features (#2649)
Co-authored-by: Michael Hansen <hansen.mike@gmail.com>
2025-04-22 15:37:35 -04:00
9c863753db Add search capabilities to media player (#2625)
* Add search to media_player

* add blog post

* fix typos

* Add blog post on searching in media players

* Update blog/2025-04-17-search-media-play.md

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update 2025-04-17-search-media-play.md

* Update media-player.md

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2025-04-16 23:19:03 +02:00
d45d40eeb0 Add kvar to reactive power (#2640) 2025-04-09 20:24:01 +01:00
023ff26756 Correct TODO entity documentation (#2627)
* Correct TODO entity documentation

* Clean extra period

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2025-04-02 14:18:04 +02:00
893886d920 Document pre-announcement (#2620) 2025-04-01 15:22:47 +02:00
d80fb2fd04 Add SensorStateClass.MEASUREMENT_ANGLE (#2624)
* Add SensorStateClass.MEASUREMENT_ANGLE

* Update docs/core/entity/sensor.md

Co-authored-by: Erik Montnemery <erik@montnemery.com>

---------

Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2025-03-26 13:42:03 +01:00
ad9d22d634 Improve wind speed sensor device class documentation (#2623)
* Improve wind speed sensor device class documentation

* Update sensor.md
2025-03-26 13:01:50 +01:00
f36e3584d0 Update sensor.md (#2622) 2025-03-25 18:52:23 +01:00
d9796eced4 Add µs to duration device class for sensor and number components (#2597)
* Update sensor.md

add µs to SensorDeviceClass.DURATION

* Update number.md

add µs unit to NumberDeviceClass.DURATION
2025-03-11 21:53:13 +00:00
4079f7f67d Document conversation handle_message method (#2593)
* Document converstion handle_message method

* Update docs/core/entity/conversation.md

Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>

* Update conversation.md

---------

Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
2025-03-10 19:21:37 +00:00
bb3ca2c5fe Document stream TTS audio (#2594) 2025-03-10 14:13:48 -05:00
74bd140fa3 Add type hints to alarm control panel method examples (#2591) 2025-03-06 15:13:34 +01:00
f4abc07c4a Update number device classes (#2580) 2025-02-26 08:59:01 +01:00
5f8f277fb5 Add target_temperature_step to water_heater (#2575) 2025-02-21 23:50:08 +00:00
82ac1c5005 Add wind_direction sensor and number device class (#2572) 2025-02-19 12:25:12 +01:00
bd80269a3d Add remark to Cover entity docs about non-cover usage (#2562) 2025-02-14 10:31:05 +01:00
e19fd86f33 Add documentation for units for energy by distance (#2548) 2025-01-31 14:24:04 +00:00
9ec91f32d3 Document start conversation for Assist satellite entities (#2551) 2025-01-30 16:19:52 -05:00
0af931dcc4 Add kV and MV unit conversion for voltages (#2526) 2025-01-13 13:00:46 +01:00
80935d4b8a Add blog and update number and sensor entity docs (#2448)
* add blog and update number and sensor entity docs

* Update docs/core/entity/sensor.md

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>

* Update blog/2024-12-04-area-squared-units.md

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>

* remove space

* add number and sensor changes to the blog

* Update blog/2024-12-04-area-squared-units.md

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>

* Update blog/2024-12-04-area-squared-units.md

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>

* Update blog/2024-12-04-area-squared-units.md

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>

* remove example

* Update blog/2024-12-04-area-squared-units.md

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>

* Update blog/2024-12-04-area-squared-units.md

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>

* Rename 2024-12-04-area-squared-units.md to 2024-12-26-area-squared-units.md

---------

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2024-12-26 12:45:35 +01:00
4520e57472 Add mW as unit of measurement of power (#2508) 2024-12-19 12:45:28 +01:00
271215813e Add mWh as unit of measurement (#2493) 2024-12-13 09:34:18 +01:00
aff6de761d Add new vacuum state property and enum (#2360)
* Add new vacuum state property and enum

* Fix review comments

* New date
2024-12-08 18:08:58 +01:00
529d1bc456 Document update entity's display_precision property (#2414)
* Document display_precision property

* Update update.md
2024-12-04 14:23:21 +01:00
5c04d2085a Update ClimateEntity for horizontal swing support (#2309) 2024-12-04 10:45:05 +00:00
766c2705ba Update remark on translated units and native unit definition (#2485) 2024-12-03 19:05:18 +01:00
5a5a911881 Deprecate camera frontend_stream_type (#2459) 2024-11-22 13:43:00 +01:00
b385a5fec9 Add mL/s for volume flow rate (#2453) 2024-11-21 20:48:17 +01:00
a1f286224a Add µV unit for voltage (#2456) 2024-11-19 22:38:36 +01:00
4e1559b070 Fix apparent power typo (#2452) 2024-11-14 08:34:13 +01:00
36e2ff5b90 Add device class for blood glucose concentration (#2429) 2024-11-09 11:31:04 +01:00
5fc5cb8e37 Add support for MW/GW/TW and GWh/TWh (#2443) 2024-11-08 22:12:37 +01:00
55996cad9f Fix typo in number device classes (#2444) 2024-11-08 13:15:41 +01:00
610a095506 Update WebRTC methods for async approach (#2409)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-11-04 12:18:55 +01:00
4bd68db9ff Update WebRTC provider documentation to reference new APIs (#2410) 2024-10-30 08:52:05 +01:00