35393 Commits

Author SHA1 Message Date
LG-ThinQ-Integration
97ac558fc5
Add water heater and automation guide (#37342)
* Add automation guide

* Update sensor (home brew)

* Update debugging

* Modify delayed and event notifications

* tiny tweaks

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2025-03-05 06:48:00 +01:00
Manu
4f1c48313c
create_habit action (#37776) 2025-03-05 06:39:33 +01:00
Kevin Stillhammer
0e145f3f74
Fix wrong statement on HERE paid plans (#37797)
While the free plan includes 1k transactions per DAY, the paid plan distinguishes between types of requests. For car or pedestrian it states 30k free requests per MONTH but others e.g. truck it is 5k per MONTH.
2025-03-04 20:35:35 +01:00
Darren Griffin
a615156846
Add back Seeed Studio, US for Green (#37796) 2025-03-04 19:17:59 +01:00
Jens Helgheim
fba027ba85
Merge branch 'current' into patch-1 2025-03-04 17:18:34 +01:00
Franck Nijhof
b6ca50365d
Fix virtual integrations showing incorrect branding (#37794) 2025-03-04 15:31:23 +01:00
Joost Lekkerkerker
1a2f6cf65f
Add Apollo Automation documentation (#37791)
* Add Apollo Automation documentation

* Add Apollo Automation documentation

* Apply suggestions from code review

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update source/_integrations/apollo_automation.markdown

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>

* Update source/_integrations/apollo_automation.markdown

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>

---------

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2025-03-04 15:17:48 +01:00
Jens Helgheim
5d67c7f1b9
Updated formatting 2025-03-04 14:31:40 +01:00
Jens Helgheim
bb2e122f5a
Update private_ble_device.markdown 2025-03-04 14:13:06 +01:00
Jens Helgheim
45af253a66
Added windows instructions
I have added the information from https://github.com/home-assistant/home-assistant.io/issues/33676 and put in some extra details to make life easier for others.
2025-03-04 13:59:28 +01:00
Joshua Leaper
d050c857eb
Add Support for 8 Aux Outputs (#37785) 2025-03-04 05:00:55 +01:00
StaleLoafOfBread
353228cbe2
Add charging binary_sensor documentation (#37777) 2025-03-03 20:22:09 +01:00
kernelpanic85
c300493ec2
Document HEOS clear playlist behavior (#37781)
* Add clear playlist limitation to HEOS docs

Clear playlist action generates an error if the playlist is already empty and will halt automations after home-assistant/core#136049. Referenced in issue home-assistant/core#139659. Documenting the workaround.

* Move update to actions section

* Tweak language

---------

Co-authored-by: Andrew Sayre <6730289+andrewsayre@users.noreply.github.com>
2025-03-03 10:20:25 -06:00
Nathan Spencer
afe0c0a07b
Update balboa docs to include fault event entity (#37484)
* Update balboa docs to include fault sensor entity

* Use event instead of sensor
2025-03-02 22:28:10 +01:00
hydazz
8a8556449e
add mysleep$aver switch (#37319) 2025-03-02 21:59:50 +01:00
karwosts
6b2e98bbba
Add model_id to device filters (#36926)
* Update selectors.markdown

* tiny rephrase

* Update source/_docs/blueprint/selectors.markdown

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2025-03-02 21:16:06 +01:00
Manu
56f6e5cbf8
Update pyLoad configuration parameters (#37680)
* Update pyLoad configuration parameters

* uppcase http

* typo
2025-03-02 16:46:05 +01:00
Maciej Bieniek
eefe03e3d1
Add LinkedGo virtual integration docs (#37772)
* Add LinkedGo virtual integration docs

* Remove empty line

* Add Powered by Shelly

* Fix ha_release
2025-03-02 14:20:42 +01:00
Maciej Bieniek
5b2c2385ce
Add FrankEver virtual integration docs (#37773)
* Add FrankEver virtual integration docs

* Update source/_integrations/frankever.markdown

---------

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2025-03-02 14:16:49 +01:00
Manu
0f44f20ea1
Add update_habit action (#37707) 2025-03-02 14:04:31 +01:00
Joris Drenth
4e3e838830
Update Wallbox integration docs with solar charging (#37700) 2025-03-02 12:15:27 +01:00
Tatham Oddie
d22a7e2173
Introduce demo valve (#37391) 2025-03-02 00:10:32 +01:00
Manu
3b2fa32a12
Add create_rewards action to Habitica (#37705) 2025-03-01 22:27:40 +01:00
Jan Bouwhuis
2e606b8fd2
Improved MQTT broker certificate configuration (#37277)
* Improved MQTT broker certificate configuration

* Improve
2025-03-01 21:14:18 +01:00
tronikos
a075f37ce9
Document known limitations for Opower (#37759)
* Document known limitations for Opower

* Update opower.markdown

* tiny tweak

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2025-03-01 06:18:56 +01:00
c0ffeeca7
9783a6d258
Docs about integration docs (#36968)
* Docs about integration docs

* Add section on images

* Fix steps

* rephrase section about reuse

* add a reference to a  video on YT

* Fix typo

* remove platform

* Teaks

* Rename file, remove instructions

* Update source/_integrations/_integration_docs_template.markdown

Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>

* Comment out instructions

* rename service to action

* Fix typo

* Update source/_integrations/_integration_docs_template.markdown

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Apply suggestions from code review

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

* Update source/_integrations/_integration_docs_template.markdown

* remove section on community notes

* Convert table to list

* Streamline My integration name

* Streamline My integration name

---------

Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-02-28 21:54:10 +01:00
kylehakala
4f3099293a
Move glossary from HTML to markdown, add first-letter separators for TOC (#37644) 2025-02-28 21:34:26 +01:00
Thireus ☠
6c30bd8d16
Update tplink.markdown (#37729)
TSS breaks local authentication for new firmware - See https://github.com/python-kasa/python-kasa/issues/1353#issuecomment-2686035835
2025-02-28 21:01:06 +01:00
Arie Catsman
9f3699a3c4
Add consumption CT to know issues for CT in enphase_envoy docs (#37750)
* Add consumption CT to know issues for CT in enphase_envoy docs

* fix missing space and reference to consumption lifetime entity.
2025-02-28 20:15:29 +01:00
Chris
2a0d4ed38f
fix Nextcloud WebDAV example URL (#37752) 2025-02-28 20:00:48 +01:00
pglab-electronics
a85152e4b7
Add support for sensor in PG LAB documentation. (#37555)
Co-authored-by: Pierluigi <p.garaventa@gmail.com>
2025-02-28 17:15:48 +00:00
Thomas Frans
0793c832c3
fix typo in onboarding documentation (#37754) 2025-02-28 18:05:19 +01:00
Petro31
880c5e5569
add-floor-entities (#37107) 2025-02-28 13:32:13 +01:00
c0ffeeca7
406f4dd975
Dev tools: update screenshots to show actions instead of services (#37747) 2025-02-28 09:48:31 +01:00
Artur Pragacz
fa99f8120c
Add sound mode support to Onkyo (#37746)
* Add sound mode support to Onkyo

* tiny tweak

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2025-02-28 08:10:45 +01:00
Sanjay Govind
38e2fec121
Merge branch 'next' into bosch-alarm 2025-02-28 10:15:07 +13:00
Sanjay Govind
80b765eb90
Update source/_integrations/bosch_alarm.markdown
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2025-02-28 10:14:28 +13:00
Sanjay Govind
f834a08ddf
Update source/_integrations/bosch_alarm.markdown
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2025-02-28 10:14:21 +13:00
Sanjay Govind
1739c5083a
Update source/_integrations/bosch_alarm.markdown
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2025-02-28 10:14:05 +13:00
Sanjay Govind
57f0e47f88
Update source/_integrations/bosch_alarm.markdown
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2025-02-28 10:13:55 +13:00
Dan Raper
88a4140601
Add a missing state to enum for ohme (#37736) 2025-02-27 21:24:11 +01:00
Gord
1c25cfb17f
Upload WWHA Apollo blog (#37742)
* Apollo blog upload

* People update and formatting changes

* Remove logo

* Delete unused file
2025-02-27 17:28:50 +01:00
J. Nick Koston
6977e5a8ed
Document how to obtain device logs for ESPHome (#37739)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2025-02-27 15:33:52 +00:00
agent2ouble
0db6f389e3
Make DeviceTracker examples consistent (#37743) 2025-02-27 14:56:51 +00:00
Martin Nilsson
11a5cba0c7
Add lock group states "open" and "opening" (#37740) 2025-02-27 15:52:30 +01:00
Martin Nilsson
75b67c8b7b
Added missing lock state "unlocked" (#37738)
The list of states a lock entity can have was missing the "unlocked" option.
2025-02-27 15:51:15 +01:00
Petar Petrov
fccce64391
Document the new energy sankey chart (#37741) 2025-02-27 15:41:58 +01:00
dependabot[bot]
cd08b1ce80
build(deps-dev): bump rubocop from 1.72.2 to 1.73.0 (#37733)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.72.2 to 1.73.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop/compare/v1.72.2...v1.73.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-27 07:48:12 +01:00
dependabot[bot]
d4cd6c05cd
build(deps-dev): bump sorbet-runtime from 0.5.11862 to 0.5.11865 (#37732)
Bumps [sorbet-runtime](https://github.com/sorbet/sorbet) from 0.5.11862 to 0.5.11865.
- [Release notes](https://github.com/sorbet/sorbet/releases)
- [Commits](https://github.com/sorbet/sorbet/commits)

---
updated-dependencies:
- dependency-name: sorbet-runtime
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-27 07:47:44 +01:00
Josef Zweck
f4545703bb
update onedrive docs (#37726) 2025-02-27 06:22:34 +01:00