Closed codepriince closed 1 year ago
Will be there a new version from Homekit Infused to get fixed it in a release before HA 2023.8 will be released?
Yes, this will be fixed before 2023.8.x will come out. It will be a small update only, I will have more time starting August and will pick up HKI again.
great thanks a lot.
thanks a lot!
The HA configuration displays: Configuring Command Line
sensor
using YAML has moved. Consult the documentation to move your YAML configuration to integration key and restart Home Assistant to fix this issue. and tips it will not work in HA 2023.8.0.solution: In HA config/packages/homekit-infused/hki_sensors.yaml。Commented the code about ”Latest HKI Version”、“Latest Compatible HA Version” and "Latest Home Assistant Version"。In current folder create a yaml file,put the code in it:
command_line:
sensor: name: HKI Latest Version command: "curl -s https://jimz011.github.io/homekit-infused/version | grep 'Current Version' | sed 's/Current Version: //'" scan_interval: 21600
sensor: name: Latest Compatible HA Version command: "curl -s https://jimz011.github.io/homekit-infused/version_compatible | grep 'Latest Compatible Version' | sed 's/Latest Compatible Version: //'" scan_interval: 21600
sensor: name: Home Assistant Latest Version command: "curl -s https://www.home-assistant.io | grep 'Current Version' | sed 's/Current Version: //'" scan_interval: 21600
See here for updated layout: https://www.home-assistant.io/integrations/command_line/#cpu-temperature