Fix CO2 sensor not appearing in HomeKit#218
Open
350d wants to merge 5 commits into
Open
Conversation
…require statement: HttpWebHookCarbonDioxideSensoryAccessory -> HttpWebHookCarbonDioxideSensorAccessory - Fixed constructor call to use correct class name - This resolves issue where CO2 sensors were not appearing in HomeKit despite webhook updates working
…iable declarations for Service and Characteristic to use proper scoping - Corrected cache key consistency for carbon dioxide level storage - Added parseFloat conversion for urlValue to ensure numeric comparison - This should fully resolve CO2 sensors not appearing in HomeKit
…po in variable name: HttpWebHookCarbonDioxideSensoryAccessory -> HttpWebHookCarbonDioxideSensorAccessory - Fixed accessory registration which prevented CO2 sensors from being available in Homebridge - This was the missing piece preventing CO2 sensors from appearing in HomeKit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes typo in CO2 sensor accessory class name that prevented devices from being registered in HomeKit platform.