]>
git.basschouten.com Git - openhab-addons.git/log
Cody Cutrer [Tue, 22 Oct 2024 04:24:32 +0000 (23:24 -0500)]
[mqtt.homeassistant] JSON Attributes can exist on Climate (#17610)
Signed-off-by: Cody Cutrer <cody@cutrer.us>
Cody Cutrer [Tue, 22 Oct 2024 04:20:11 +0000 (23:20 -0500)]
[mqtt.homeassistant] JSON Attributes can exist on Cover (#17611)
Signed-off-by: Cody Cutrer <cody@cutrer.us>
Cody Cutrer [Tue, 22 Oct 2024 04:17:31 +0000 (23:17 -0500)]
[mqtt.homeassistant] JSON Attributes are supported by Scene (#17614)
Signed-off-by: Cody Cutrer <cody@cutrer.us>
Cody Cutrer [Tue, 22 Oct 2024 04:15:39 +0000 (23:15 -0500)]
[mqtt.homeassistant] JSON Attributes can exist on Number (#17613)
Signed-off-by: Cody Cutrer <cody@cutrer.us>
Cody Cutrer [Tue, 22 Oct 2024 04:14:02 +0000 (23:14 -0500)]
[mqtt.homeassistant] JSON Attributes can exist on Lock (#17612)
Signed-off-by: Cody Cutrer <cody@cutrer.us>
Andrew Fiddian-Green [Mon, 21 Oct 2024 21:55:50 +0000 (22:55 +0100)]
[tado] Add channel for remaining time of open window override (#17576)
* [tado] Add open window override remaining time channel
Signed-off-by: AndrewFG <software@whitebear.ch>
Jacob Laursen [Mon, 21 Oct 2024 21:48:59 +0000 (23:48 +0200)]
[jdbc] Fix case-sensitive table names for PostgreSQL (#17597)
* Fix case-sensitive table names for PostgreSQL
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Cody Cutrer [Mon, 21 Oct 2024 20:48:01 +0000 (15:48 -0500)]
[mqtt.homeassistant] Add support for Event component (#17599)
Signed-off-by: Cody Cutrer <cody@cutrer.us>
Cody Cutrer [Mon, 21 Oct 2024 20:12:21 +0000 (15:12 -0500)]
[mqtt.homeassistant] add JSON attributes channel to several components (#17605)
Signed-off-by: Cody Cutrer <cody@cutrer.us>
Cody Cutrer [Mon, 21 Oct 2024 20:10:09 +0000 (15:10 -0500)]
[mqtt.homeassistant] bring channel ids inline with coding standards (#17604)
but only for newStyleChannels, which is already a breaking change of
most channels getting renamed for 4.3 anyway
Signed-off-by: Cody Cutrer <cody@cutrer.us>
Jørgen Melhus [Mon, 21 Oct 2024 19:32:23 +0000 (21:32 +0200)]
[entsoe] Initial contribution (#17416)
Signed-off-by: Jørgen Melhus <jmelhus@outlook.com>
Cody Cutrer [Mon, 21 Oct 2024 19:24:56 +0000 (14:24 -0500)]
[mqtt.homeassistant] Use a single channel for all events from a single button (#17598)
Use the `subtype` field to collapse multiple DeviceAutomation components into
a single channel.
Signed-off-by: Cody Cutrer <cody@cutrer.us>
Christian Niessner [Mon, 21 Oct 2024 18:53:31 +0000 (20:53 +0200)]
[tacmi] Reworked unit-mapping between TA and OH; added support for timespans (#17556)
* [tacmi] Reworked unit-mapping between TA and OH; added support for timespans
Signed-off-by: Christian Niessner <github-marvkis@christian-niessner.de>
Gaël L'hopital [Mon, 21 Oct 2024 18:32:01 +0000 (20:32 +0200)]
[netatmo] Consider timezone of the house when defining the end time of a setpoint (#17586)
* Consider timezone of the house when defining the end time of a setpoint
Signed-off-by: Gaël L'hopital <gael@lhopital.org>
Ramsey [Mon, 21 Oct 2024 15:45:33 +0000 (17:45 +0200)]
Update README.md (#17603)
corrected typo (channel powerInL1 = Purchased power L1)
Ronny Grun [Sun, 20 Oct 2024 17:18:58 +0000 (19:18 +0200)]
[mercedesme] fix websocket endpoint (#17594)
Signed-off-by: Ronny Grun <ronny.grun@t-online.de>
Wouter Born [Sun, 20 Oct 2024 16:57:35 +0000 (18:57 +0200)]
Set openHAB system properties during tests (#17592)
* Set openHAB system properties during tests
This will make sure tests write data to './target/openhab/userdata' instead of './userdata' etc.
Prevents new files from appearing whenever running the Mi IO Binding tests.
Signed-off-by: Wouter Born <github@maindrain.net>
Matthew Skinner [Sun, 20 Oct 2024 07:55:48 +0000 (18:55 +1100)]
[ipcamera] Fix Reolink does not detect bad user or passwords. (#17589)
* Fix Reolink does not detect bad user or password.
* Improve logging to include URL
Signed-off-by: Matthew Skinner <matt@pcmus.com>
JonathanvdGHU [Sat, 19 Oct 2024 21:07:16 +0000 (23:07 +0200)]
[jdbc] Fix `tableCaseSensitiveItemNames` for PostgreSQL/TimescaleDB (#17587)
Signed-off-by: Jonathan van de Giessen <jonathan.vandegiessen@student.hu.nl>
Jacob Laursen [Sat, 19 Oct 2024 20:37:22 +0000 (22:37 +0200)]
[fmiweather] Add support for edited Scandinavia forecast (#17555)
* Add support for edited Scandinavia forecast
Resolves #17548
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
lsiepel [Sat, 19 Oct 2024 15:08:13 +0000 (17:08 +0200)]
[lgwebos] Fix representation property (#17588)
* Fix representation property
* Null annotations and compiler fixes
* Fix lowercase
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
lsiepel [Sat, 19 Oct 2024 14:59:52 +0000 (16:59 +0200)]
[multiple] Reduce SAT warnings (#17564)
* NoEmptyLineSeparatorCheck
* ModifierOrderCheck
* TypeNameCheck
* ConstantNameCheck loggers
* UnusedPrivateField
* Fix imports
* New line
* dynamodb static logger
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
Ondrej Pecta [Sat, 19 Oct 2024 10:07:49 +0000 (12:07 +0200)]
[somfytahoma] add support for the Up/Down Venetian Blind thing (#17583)
Signed-off-by: Ondrej Pecta <opecta@gmail.com>
Matthew Skinner [Sat, 19 Oct 2024 05:13:14 +0000 (16:13 +1100)]
[ipcamera] Fix Reolink events do not auto restart (#17581)
* Fix Reolink events do not auto restart.
Signed-off-by: Matthew Skinner <matt@pcmus.com>
Cody Cutrer [Fri, 18 Oct 2024 13:24:50 +0000 (07:24 -0600)]
[mqtt.homeassistant] avoid improperly delivered triggers (#17584)
if multiple DeviceTrigger components share a topic, and each
has a payload value configured, only messages matching that
payload should be delivered to the corresponding channel
Signed-off-by: Cody Cutrer <cody@cutrer.us>
Matthew Skinner [Fri, 18 Oct 2024 13:02:50 +0000 (00:02 +1100)]
[Mikrotik] Add support for RouterOS 7 devices and support internal radios with capsman disabled (#17547)
* Add support for API version 7 and AX wifi6 range of devices.
Signed-off-by: Matthew Skinner <matt@pcmus.com>
Wouter Born [Thu, 17 Oct 2024 05:28:00 +0000 (07:28 +0200)]
Remove JUnit 4 dependencies (#17580)
Using JUnit 5 should suffice.
Signed-off-by: Wouter Born <github@maindrain.net>
Anton Jansen [Wed, 16 Oct 2024 19:54:52 +0000 (21:54 +0200)]
[Broadlink] Initial contribution (#16273)
* Initial import of the broadlink binding for openhab 4.2
Signed-off-by: AntonJansen <gradius@fmf.nl>
Co-authored-by: lsiepel <leosiepel@gmail.com>
Christian Jonak-Möchel [Wed, 16 Oct 2024 18:58:02 +0000 (20:58 +0200)]
[robonect] Add blade status channel (#15061)
* Add blade status channel in Robonect binding
Signed-off-by: Christian Jonak-Möchel <christian@jonak.org>
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
Ondrej Pecta [Wed, 16 Oct 2024 18:55:31 +0000 (20:55 +0200)]
[somfytahoma] add proper OAuth2 token refreshing (#17574)
Signed-off-by: Ondrej Pecta <opecta@gmail.com>
Ondrej Pecta [Tue, 15 Oct 2024 19:13:11 +0000 (21:13 +0200)]
[somfytahoma] switch Tahoma to OAUTH2 authentication (#17361)
Signed-off-by: Ondrej Pecta <opecta@gmail.com>
Andrew Fiddian-Green [Tue, 15 Oct 2024 18:09:38 +0000 (19:09 +0100)]
[growatt] improve logging (#17573)
Signed-off-by: AndrewFG <software@whitebear.ch>
Wouter Born [Tue, 15 Oct 2024 06:52:01 +0000 (08:52 +0200)]
Remove unnecessary executable permissions (#17569)
These files are marked as executable for no good reason at all.
Signed-off-by: Wouter Born <github@maindrain.net>
Thomas Lauterbach [Mon, 14 Oct 2024 20:41:00 +0000 (22:41 +0200)]
[unifi] Add some standard channels to access points (#17530)
Signed-off-by: Thomas Lauterbach <thomas_lauterbach@arcor.de>
Espen Fossen [Mon, 14 Oct 2024 17:23:01 +0000 (19:23 +0200)]
[emotiva] Fix main zone volume-db channel name (#17567)
Signed-off-by: Espen Fossen <espenaf@junta.no>
openhab-bot [Sun, 13 Oct 2024 21:56:59 +0000 (23:56 +0200)]
New translations goecharger.properties (Italian) (#17565)
Дилян Палаузов [Sun, 13 Oct 2024 19:18:26 +0000 (22:18 +0300)]
[enocean] Spell when devices support power measurement, power failure detection (#17522)
configurable dimming or pilot wire, do not have local control.
Co-authored-by: Cody Cutrer <cody@cutrer.us>
lsiepel [Sun, 13 Oct 2024 11:44:19 +0000 (13:44 +0200)]
[pjlinkdevice] Remove org.apache.common (#14430)
* Remove org.apache.common
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
lsiepel [Sun, 13 Oct 2024 11:40:02 +0000 (13:40 +0200)]
Remove apache (#17409)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
lsiepel [Sun, 13 Oct 2024 11:38:24 +0000 (13:38 +0200)]
[plclogo] Remove org.apache.commons.net.util.SubnetUtils (#17408)
* Remove apache
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
lsiepel [Sun, 13 Oct 2024 11:32:49 +0000 (13:32 +0200)]
[dscalarm] Remove org.apache.commons.net.util.SubnetUtils (#17407)
* Remove apache
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
Gaël L'hopital [Sun, 13 Oct 2024 09:50:27 +0000 (11:50 +0200)]
[netatmo] Ensure expiresAt is usable (#17553)
* Ensure expiresAt is usable
Signed-off-by: Gaël L'hopital <gael@lhopital.org>
Matthew Skinner [Sun, 13 Oct 2024 05:50:19 +0000 (16:50 +1100)]
Fix bug where port numbers in URL stop MJPEG from working (#17551)
Signed-off-by: Matthew Skinner <matt@pcmus.com>
Jacob Laursen [Sun, 13 Oct 2024 05:44:25 +0000 (07:44 +0200)]
Add time series support for forecasts (#17543)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
lsiepel [Sat, 12 Oct 2024 18:47:48 +0000 (20:47 +0200)]
[goecharger] Add awattarMaxPrice channel (#17532)
* Add awp channel
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
Matthew Skinner [Sat, 12 Oct 2024 08:04:53 +0000 (19:04 +1100)]
fix mjpeg does not work if overridden (#17544)
Signed-off-by: Matthew Skinner <matt@pcmus.com>
Jacob Laursen [Fri, 11 Oct 2024 14:14:58 +0000 (16:14 +0200)]
[energidataservice] Introduce subscription-based providers (#17456)
* Introduce subscription-based providers
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Cody Cutrer [Fri, 11 Oct 2024 12:56:17 +0000 (06:56 -0600)]
[mqtt.homeassistant] implement non-deprecated color inference for JSON Schema lights (#17529)
In particular, use the color_mode attribute to tell us which color space to parse in,
instead of trying to guess. Some devices will fill out attributes not-pertinent to
the current color mode, and their math might be... less than optimal.
Also sync color temp and color channels when the color_mode is the opposite.
Signed-off-by: Cody Cutrer <cody@cutrer.us>
lsiepel [Fri, 11 Oct 2024 11:12:43 +0000 (13:12 +0200)]
Configurable refreshinterval (#17523)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
Matthew Skinner [Fri, 11 Oct 2024 07:48:46 +0000 (18:48 +1100)]
[ipcamera] Improve onvif events with an auto restart feature (#17518)
* Refactor and improve onvif events with auto restart.
Signed-off-by: Matthew Skinner <matt@pcmus.com>
lsiepel [Thu, 10 Oct 2024 20:42:51 +0000 (22:42 +0200)]
Markdown Documentation fixes (#17526)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
Jeremy [Thu, 10 Oct 2024 19:15:31 +0000 (15:15 -0400)]
[insteon] Refactor msg definition/factory and product data classes (#17537)
Signed-off-by: jsetton <jeremy.setton@gmail.com>
MikeTheTux [Thu, 10 Oct 2024 19:08:18 +0000 (21:08 +0200)]
[automower] fix automower command channels (#17539)
* fixed automower command channels
Signed-off-by: Michael Weger <weger.michael@gmx.net>
Jeremy [Thu, 10 Oct 2024 19:02:52 +0000 (15:02 -0400)]
[insteon] Update remote device support (#17540)
* [insteon] Fix remote device not polled when awake
Signed-off-by: jsetton <jeremy.setton@gmail.com>
Jeremy [Thu, 10 Oct 2024 04:49:49 +0000 (00:49 -0400)]
[insteon] Rewrite with backward compatibility (#17146)
* [insteon] Restructure legacy code for rewrite
Signed-off-by: jsetton <jeremy.setton@gmail.com>
MikeTheTux [Tue, 8 Oct 2024 19:08:19 +0000 (21:08 +0200)]
API change on duration channels (#17528)
Signed-off-by: Michael Weger <weger.michael@gmx.net>
lsiepel [Tue, 8 Oct 2024 18:44:41 +0000 (20:44 +0200)]
Reduce log level (#17524)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
Cody Cutrer [Tue, 8 Oct 2024 06:45:11 +0000 (00:45 -0600)]
[mqtt.homeassistant] Implement optimistic components with AutoUpdatePolicy.RECOMMEND (#17520)
Signed-off-by: Cody Cutrer <cody@cutrer.us>
lsiepel [Mon, 7 Oct 2024 21:36:26 +0000 (23:36 +0200)]
[pushover] Fix idle connection causing EOF exception (#17348)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
Cody Cutrer [Mon, 7 Oct 2024 21:28:50 +0000 (15:28 -0600)]
[mqtt.homeassistant] fix newStyleChannels (#17491)
* [mqtt.homeassistant] fix newStyleChannels
* further simplify channel IDs
Signed-off-by: Cody Cutrer <cody@cutrer.us>
Zhivka Dimova [Mon, 7 Oct 2024 18:22:14 +0000 (20:22 +0200)]
[gree] Use GCM encryption when bind fails (#17398)
* [gree]: use GCM encryption when binding fails
Signed-off-by: Zhivka Dimova <zhivka.dimova@myforest.net>
Jacob Laursen [Mon, 7 Oct 2024 18:20:07 +0000 (20:20 +0200)]
Provide basic properties for access point (#17519)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
lsiepel [Mon, 7 Oct 2024 06:11:04 +0000 (08:11 +0200)]
[homewizard] Add current, voltage and failure channels (#16995)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
mueller-ma [Sun, 6 Oct 2024 18:28:55 +0000 (20:28 +0200)]
[openhabcloud]: update docs: rule and app aren't available on Android yet (#17471)
See https://community.openhab.org/t/oh4-2-0-notifications-with-android-app-actions/157204/29 for discussion about it.
Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
Wouter Born [Sun, 6 Oct 2024 07:03:47 +0000 (09:03 +0200)]
Resolve runbundles for Xtext and Jollyday upgrades (#17509)
Related to:
* openhab/openhab-core#4398
* openhab/openhab-core#4403
Signed-off-by: Wouter Born <github@maindrain.net>
Jeremy [Sat, 5 Oct 2024 19:46:49 +0000 (15:46 -0400)]
[pushbullet] Remove unimplemented channels and thing parameters (#17482)
* [pushbullet] Remove unimplemented channels and thing parameters
Signed-off-by: jsetton <jeremy.setton@gmail.com>
Gaël L'hopital [Sat, 5 Oct 2024 19:44:07 +0000 (21:44 +0200)]
[netatmo] Avoid endless loop when Security claims event history (#17484)
* Avoid looping in events
Signed-off-by: Gaël L'hopital <gael@lhopital.org>
openhab-bot [Sat, 5 Oct 2024 16:57:21 +0000 (18:57 +0200)]
New translations icalendar.properties (Italian) (#17512)
Lukas Pindl [Sat, 5 Oct 2024 14:57:02 +0000 (16:57 +0200)]
[SenecHome] Add writeable Charging Modes (#17474)
* [senechome] Now accepts commands for active charging
Signed-off-by: Lukas Pindl <lukas.pindl@gmx.net>
* [senechome] Manual update for charging modes
Signed-off-by: Lukas Pindl <lukas.pindl@gmx.net>
* [senechome] docu and spotless
Signed-off-by: Lukas Pindl <lukas.pindl@gmx.net>
* [Senechome] Charge Modes combined into a single channel
Signed-off-by: Lukas Pindl <lukas.pindl@gmx.net>
* [senechome] Apply suggestions from code review
Co-authored-by: lsiepel <leosiepel@gmail.com>
Signed-off-by: Lukas Pindl <36566235+BigFood2307@users.noreply.github.com>
* [senechome] additional review fixes
Signed-off-by: Lukas Pindl <lukas.pindl@gmx.net>
---------
Signed-off-by: Lukas Pindl <lukas.pindl@gmx.net>
Signed-off-by: Lukas Pindl <36566235+BigFood2307@users.noreply.github.com>
Co-authored-by: lsiepel <leosiepel@gmail.com>
Zhivka Dimova [Sat, 5 Oct 2024 13:10:54 +0000 (15:10 +0200)]
[enocean]: remove extra channel (#17429)
Remove CHANNEL_DIMMER from D2_01_08 and add CHANNEL_DIMMER to D2_01_09
Fix #15079
Signed-off-by: Zhivka Dimova <zhivka.dimova@myforest.net>
Christian Niessner [Sat, 5 Oct 2024 12:56:49 +0000 (14:56 +0200)]
[tacmi] Unit of Measurement fixes, added missing DateTime support (#17481)
* [tacmi] Use US Locale to format float numbers.
The German locale uses a comma as a separator for decimal numbers,
which means that the C.M.I. only uses the full number.
Signed-off-by: Christian Niessner <github-marvkis@christian-niessner.de>
lolodomo [Sat, 5 Oct 2024 12:49:18 +0000 (14:49 +0200)]
Thing actions: add type in @ActionInput for generic class (#17501)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
mlobstein [Sat, 5 Oct 2024 08:54:41 +0000 (03:54 -0500)]
switch to SDDP discovery (#17508)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
Ronny Grun [Sat, 5 Oct 2024 07:53:50 +0000 (09:53 +0200)]
[ipcamera| add autoTracking channel for reolink camera (#17488)
Signed-off-by: Ronny Grun <ronny.grun@t-online.de>
lsiepel [Sat, 5 Oct 2024 07:27:20 +0000 (09:27 +0200)]
Add useragent parameter (#17455)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
lolodomo [Fri, 4 Oct 2024 19:48:14 +0000 (21:48 +0200)]
[solarforecast] Add missing @ActionOutput annotation (#17506)
* [solarforecast] Add missing @ActionOutput annotation
Related to #17504
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
lolodomo [Fri, 4 Oct 2024 18:00:25 +0000 (20:00 +0200)]
[telegram] Add missing @ActionOutput annotation (#17505)
Also fix the methods sendTelegramAnimation for DSL rules that were calling sendTelegramVideo actions.
Related to #17504
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Thomas Lauterbach [Fri, 4 Oct 2024 15:47:28 +0000 (17:47 +0200)]
[unifi] Add support for new thing type access point (#17499)
Signed-off-by: Thomas Lauterbach <thomas_lauterbach@arcor.de>
dependabot[bot] [Thu, 3 Oct 2024 20:50:52 +0000 (22:50 +0200)]
[mercedesme] Bump protobuf-java to 4.27.5 (#17443)
Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.26.1 to 4.27.5.
Signed-off-by: dependabot[bot] <support@github.com>
* compile *.proto with protoc compiler v4.27.5
Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>
Jacob Laursen [Thu, 3 Oct 2024 19:41:31 +0000 (21:41 +0200)]
[wemo] Disable more unstable tests (#17502)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Florian Hotze [Wed, 2 Oct 2024 20:53:49 +0000 (22:53 +0200)]
[jsscripting] Synchronize context access in logger initialization (#17496)
* [jsscripting] Synchronize context access in logger initialisation to avoid illegal multi-thread access
Fixes #17494.
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
Dave-Baldwin [Wed, 2 Oct 2024 19:56:32 +0000 (15:56 -0400)]
Update README.md (#17495)
Add additional guidance around using Image-type item content in an attachment message.
Signed-off-by: Dave-Baldwin <60361786+Dave-Baldwin@users.noreply.github.com>
Jacob Laursen [Tue, 1 Oct 2024 21:01:01 +0000 (23:01 +0200)]
Fix build (#17493)
Regression of openhab/openhab-core#4389
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
lolodomo [Tue, 1 Oct 2024 20:07:55 +0000 (22:07 +0200)]
[warmup] Set Dimension to QuantityType (#17492)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Jacob Laursen [Tue, 1 Oct 2024 12:12:22 +0000 (14:12 +0200)]
Provide JavaScript examples (#17490)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
dag81 [Mon, 30 Sep 2024 03:48:55 +0000 (04:48 +0100)]
[linktap] Initial contribution (#17235)
* [linkTap] Initial Code Commit
[Signed-off-by: dag81 <david.goodyear@gmail.com>
Jacob Laursen [Sun, 29 Sep 2024 10:47:18 +0000 (12:47 +0200)]
Make Markdown code block languages consistent (#17480)
* Make Markdown code block languages consistent
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
* Fix indentation
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
---------
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Jacob Laursen [Sun, 29 Sep 2024 10:09:47 +0000 (12:09 +0200)]
Remove space before colon (#17483)
Fix spelling of occurred
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
lsiepel [Sun, 29 Sep 2024 08:24:45 +0000 (10:24 +0200)]
Disable wemo test (#17479)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
Jeremy [Sat, 28 Sep 2024 20:58:23 +0000 (16:58 -0400)]
[pushbullet] Add link and file push type support (#17472)
* [pushbullet] Add link and file push type support
Signed-off-by: jsetton <jeremy.setton@gmail.com>
lsiepel [Sat, 28 Sep 2024 15:46:53 +0000 (17:46 +0200)]
Multiple binding markdown fixes (#17422)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
Espen Fossen [Sat, 28 Sep 2024 13:28:35 +0000 (15:28 +0200)]
[emotiva] Fix missing data in source channels (#17365)
* [emotiva] Fixes issue with missing data in source channels.
Signed-off-by: Espen Fossen <espenaf@junta.no>
Cody Cutrer [Fri, 27 Sep 2024 14:52:31 +0000 (08:52 -0600)]
[mqtt.homeassistant] Fix jinja usage in availability templates (#17400)
* [mqtt.homeassistant] Fix jinja usage in availability templates
Use the local Jinjava, instead of implicitly depending on the Jinja
transformation service.
Signed-off-by: Cody Cutrer <cody@cutrer.us>
Gaël L'hopital [Fri, 27 Sep 2024 11:04:42 +0000 (13:04 +0200)]
[meteofrance] New binding (#15462)
* Adapting binding to new data feed
Signed-off-by: clinique <gael@lhopital.org>
Nick Waterton [Thu, 26 Sep 2024 20:09:48 +0000 (16:09 -0400)]
[samsungtv] Add artOrientatation channel (#17368)
* [samsungtv] add artOrientation channel
Signed-off-by: Nick Waterton <n.waterton@outlook.com>
jimtng [Thu, 26 Sep 2024 19:28:38 +0000 (05:28 +1000)]
[modbus] Discard data if transformation failed (#17457)
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
Cody Cutrer [Thu, 26 Sep 2024 19:25:36 +0000 (13:25 -0600)]
[mqtt.homeassistant] implement iif and is_defined jinja function and filters (#17435)
Signed-off-by: Cody Cutrer <cody@cutrer.us>
dependabot[bot] [Thu, 26 Sep 2024 19:15:48 +0000 (21:15 +0200)]
Bump com.google.protobuf:protobuf-javalite (#17442)
Bumps com.google.protobuf:protobuf-javalite from 3.25.1 to 3.25.5.
---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-javalite
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
mlobstein [Tue, 24 Sep 2024 06:59:46 +0000 (01:59 -0500)]
Set autoUpdatePolicy for WriteOnly channels (#17470)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>
mlobstein [Tue, 24 Sep 2024 06:59:28 +0000 (01:59 -0500)]
Set autoUpdatePolicy for WriteOnly channels (#17469)
Signed-off-by: Michael Lobstein <michael.lobstein@gmail.com>