Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
MSL-DA
/
brunata_online
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
1
Pull requests
0
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Refactor device handling, update tests, and improve documentation
- #51
#51
Merged
MSL-DA
merged 47 commits into
main
MSL-DA/brunata_online:main
from
beta
MSL-DA/brunata_online:beta
Copy head branch name to clipboard
Sep 4, 2026
Conversation
Commits
47
(47)
Checks
Files changed
Merged
Refactor device handling, update tests, and improve documentation
#51
MSL-DA
merged 47 commits into
main
MSL-DA/brunata_online:main
from
beta
MSL-DA/brunata_online:beta
Copy head branch name to clipboard
Commits
Commits on Sep 1, 2026
Update device naming explanation in README
Show description for c39dc5c
MSL-DA
authored
c39dc5c
View commit details
Copy full SHA for c39dc5c
Browse repository at this point
Bump version to 1.4.2-beta1 in manifest.json
MSL-DA
authored
9fe2df5
View commit details
Copy full SHA for 9fe2df5
Browse repository at this point
Remove placeholder from version input in bug report
Show description for 19453ed
MSL-DA
authored
19453ed
View commit details
Copy full SHA for 19453ed
Browse repository at this point
Update bug report template to remove placeholder
Show description for f775e92
MSL-DA
authored
f775e92
View commit details
Copy full SHA for f775e92
Browse repository at this point
Refactor token expiry handling and add math import
MSL-DA
authored
5382f39
View commit details
Copy full SHA for 5382f39
Browse repository at this point
Update comments and rate limit handling in Brunata
MSL-DA
authored
ff7cb9e
View commit details
Copy full SHA for ff7cb9e
Browse repository at this point
Refactor date handling and update device info
MSL-DA
authored
9efc5ab
View commit details
Copy full SHA for 9efc5ab
Browse repository at this point
Refactor meter diagnostics to use format_date
MSL-DA
authored
e5ba7a1
View commit details
Copy full SHA for e5ba7a1
Browse repository at this point
Enhance tests for non-finite values and meter types
Show description for 1b550d7
MSL-DA
authored
1b550d7
View commit details
Copy full SHA for 1b550d7
Browse repository at this point
Implement test for unreadable expires_in in tokens
Show description for c674d35
MSL-DA
authored
c674d35
View commit details
Copy full SHA for c674d35
Browse repository at this point
Refactor rate limit tests for clarity and accuracy
MSL-DA
authored
2e94b5b
View commit details
Copy full SHA for 2e94b5b
Browse repository at this point
Add test for diagnostics of unloaded entry
Show description for 366e3b6
MSL-DA
authored
366e3b6
View commit details
Copy full SHA for 366e3b6
Browse repository at this point
Add test for issue tracker URL in manifest
Show description for ad53155
MSL-DA
authored
ad53155
View commit details
Copy full SHA for ad53155
Browse repository at this point
Fix rate limit handling in Brunata integration
MSL-DA
authored
fa07380
View commit details
Copy full SHA for fa07380
Browse repository at this point
Parameterize rate limit test for long durations
Show description for 52db005
MSL-DA
authored
52db005
View commit details
Copy full SHA for 52db005
Browse repository at this point
Commits on Sep 3, 2026
Refactor meter device retrieval and update tests
Show description for 80f58eb
MSL-DA
authored
80f58eb
View commit details
Copy full SHA for 80f58eb
Browse repository at this point
Update test to replace deprecated device lookup method
Show description for fc64e17
MSL-DA
authored
fc64e17
View commit details
Copy full SHA for fc64e17
Browse repository at this point
Merge pull request #46 from MSL-DA/refactor_meter_device_retrieval
Show description for 4f9b57f
MSL-DA
authored
4f9b57f
View commit details
Copy full SHA for 4f9b57f
Browse repository at this point
Bump version to 1.4.2-beta2
MSL-DA
authored
a55bd05
View commit details
Copy full SHA for a55bd05
Browse repository at this point
Refactor meter parsing and add reporting structure
MSL-DA
authored
4276944
View commit details
Copy full SHA for 4276944
Browse repository at this point
Refactor device deletion logic and update comments
Show description for f453574
MSL-DA
authored
f453574
View commit details
Copy full SHA for f453574
Browse repository at this point
Refactor meter availability check logic
MSL-DA
authored
a246e12
View commit details
Copy full SHA for a246e12
Browse repository at this point
Add raw_item_count and unresolved_unit_meter_ids
MSL-DA
authored
541fba4
View commit details
Copy full SHA for 541fba4
Browse repository at this point
Update imports and mock in conftest.py
Show description for 1c7e3b2
MSL-DA
authored
1c7e3b2
View commit details
Copy full SHA for 1c7e3b2
Browse repository at this point
Refactor meter parsing functions and add tests
MSL-DA
authored
b92af2a
View commit details
Copy full SHA for b92af2a
Browse repository at this point
Enhance tests for meter removal and update scenarios
Show description for 8237e7f
MSL-DA
authored
8237e7f
View commit details
Copy full SHA for 8237e7f
Browse repository at this point
Implement tests for meter availability logic
Show description for 688a3c8
MSL-DA
authored
688a3c8
View commit details
Copy full SHA for 688a3c8
Browse repository at this point
Implement diagnostics test for dropped payloads
Show description for c42725d
MSL-DA
authored
c42725d
View commit details
Copy full SHA for c42725d
Browse repository at this point
Correct indentation and improve comments in tests
Show description for f325d21
MSL-DA
authored
f325d21
View commit details
Copy full SHA for f325d21
Browse repository at this point
Add beta branch to pull request triggers
MSL-DA
authored
0cb5c1c
View commit details
Copy full SHA for 0cb5c1c
Browse repository at this point
Add beta branch to pull request triggers in lint.yml
MSL-DA
authored
525694b
View commit details
Copy full SHA for 525694b
Browse repository at this point
Add beta branch to pull request workflow
MSL-DA
authored
871a230
View commit details
Copy full SHA for 871a230
Browse repository at this point
Merge pull request #47 from MSL-DA/beta_branch_to_pull_request
Show description for 37ce0be
MSL-DA
authored
37ce0be
View commit details
Copy full SHA for 37ce0be
Browse repository at this point
Enhance test_api with logging and meter updates
Show description for 9dad6df
MSL-DA
authored
9dad6df
View commit details
Copy full SHA for 9dad6df
Browse repository at this point
Merge pull request #48 from MSL-DA/real-lookup-tables
Show description for baf1901
MSL-DA
authored
baf1901
View commit details
Copy full SHA for baf1901
Browse repository at this point
Update version to 1.4.2-beta3 in manifest.json
MSL-DA
authored
95710ab
View commit details
Copy full SHA for 95710ab
Browse repository at this point
Commits on Sep 4, 2026
Improve comments on decimals handling logic
Show description for d47cfab
MSL-DA
authored
d47cfab
View commit details
Copy full SHA for d47cfab
Browse repository at this point
Refactor polling logic and cleanup comments
MSL-DA
authored
90d53e1
View commit details
Copy full SHA for 90d53e1
Browse repository at this point
Simplify device relabeling logic
Show description for 9b6e13c
MSL-DA
authored
9b6e13c
View commit details
Copy full SHA for 9b6e13c
Browse repository at this point
Implement test for negative decimals handling
Show description for 660d199
MSL-DA
authored
660d199
View commit details
Copy full SHA for 660d199
Browse repository at this point
Implement test for poll window constraints
Show description for 8fd2d76
MSL-DA
authored
8fd2d76
View commit details
Copy full SHA for 8fd2d76
Browse repository at this point
Merge pull request #49 from MSL-DA/chore/tighten-small-guards
Show description for 8827824
MSL-DA
authored
8827824
View commit details
Copy full SHA for 8827824
Browse repository at this point
Update version to 1.4.2-beta4 in manifest.json
MSL-DA
authored
f16ae69
View commit details
Copy full SHA for f16ae69
Browse repository at this point
Pin Home Assistant to version 2026.9.0
Show description for 2c683cd
MSL-DA
authored
2c683cd
View commit details
Copy full SHA for 2c683cd
Browse repository at this point
Update comments and remove pytest-homeassistant exclusion
MSL-DA
authored
1c0b362
View commit details
Copy full SHA for 1c0b362
Browse repository at this point
Merge pull request #50 from MSL-DA/chore/pin-homeassistant-version-directly
Show description for 5bf233e
MSL-DA
authored
5bf233e
View commit details
Copy full SHA for 5bf233e
Browse repository at this point
Update version from 1.4.2-beta4 to 1.4.2
MSL-DA
authored
c3eb4ba
View commit details
Copy full SHA for c3eb4ba
Browse repository at this point
You can’t perform that action at this time.