Compare commits

...

2 Commits

Author SHA1 Message Date
  Maurice Makaay a5133110b3 Update doc for deprecated API password support 1 year ago
  Maurice Makaay beaeb0f419 Prepare for release 2023.4.0 1 year ago
3 changed files with 7 additions and 4 deletions
Split View
  1. +3
    -1
      CHANGELOG.md
  2. +3
    -2
      example.yaml
  3. +1
    -1
      packages/core.yaml

+ 3
- 1
CHANGELOG.md View File

@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [2023.4.0]
**Note**: This release requires ESPHome 2023.4.0 and Home Assistant 2021.8.0 or newer.
**Note**: This release requires ESPHome 2023.4.0 and Home Assistant 2023.2.0 or newer.
### Fixed
- Compile issues with recent ESPHome versions fixed:
@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
be avoided" are now being suppressed. These warning are often interpreted
by users of this firmware as problems. However, the pinouts are dictated by
the hardware and there are no strapping issues because of how they are used.
- Updated the documentation for the deprecated API password support (which must now
be an API encryption key instead).
## [2022.12.0]


+ 3
- 2
example.yaml View File

@ -32,7 +32,7 @@ substitutions:
packages:
bslamp2:
url: https://github.com/mmakaay/esphome-xiaomi_bslamp2
ref: dev
ref: 2023.4.0
files:
- packages/core.yaml
- packages/behavior_default.yaml
@ -49,7 +49,8 @@ wifi:
password: !secret wifi_password
api:
password: !secret api_password
encryption:
key: !secret api_encryption_key
ota:
password: !secret ota_password

+ 1
- 1
packages/core.yaml View File

@ -31,7 +31,7 @@ external_components:
- source:
type: git
url: https://github.com/mmakaay/esphome-xiaomi_bslamp2
ref: dev
ref: 2023.4.0
refresh: 60s
# Disable the reboot timeout. By default, the lamp reboots after 15


Loading…
Cancel
Save